Cargo.toml: add feature flags for the various source adapters

This commit is contained in:
2026-04-27 06:30:51 +09:00
parent cdc4b7d03e
commit 84c9f7b931
5 changed files with 87 additions and 23 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
pub struct KagamiSourceForgejo {
host: String,
host: String,
}
impl KagamiSourceForgejo {