✨ feat(build): add toml dependency
- add toml crate for configuration file parsing
This commit is contained in:
committed by
Jeremiah Russell
parent
f36b962867
commit
122d000d6b
@@ -30,6 +30,7 @@ serde = { version = "1.0.228", features = ["derive"] }
|
|||||||
serde_json = "1.0.145"
|
serde_json = "1.0.145"
|
||||||
thiserror = "2.0.17"
|
thiserror = "2.0.17"
|
||||||
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
|
||||||
|
toml = "0.9.7"
|
||||||
|
|
||||||
[lints.clippy]
|
[lints.clippy]
|
||||||
uninlined-format-args = "warn"
|
uninlined-format-args = "warn"
|
||||||
|
|||||||
Reference in New Issue
Block a user