Create basic config file structure
This commit is contained in:
+4
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user