Create basic config file structure

This commit is contained in:
2026-01-16 13:32:33 +09:00
parent 6ca2e8b2f8
commit bc077376cc
5 changed files with 279 additions and 21 deletions
+4 -2
View File
@@ -13,8 +13,10 @@ gitlab = "0.1807.0"
gix = "0.70.0"
octocrab = "0.49.5"
regex = "1.12.2"
reqwest = "0.13.1"
reqwest = { version = "0.13.1", features = ["json"] }
sd-notify = "0.4.5"
tokio = { version = "1.49.0", features = ["rt-multi-thread"] }
serde = "1.0.228"
serde_json = "1.0.149"
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.41"
tracing-journald = "0.3.1"