feat: config file support
This commit is contained in:
parent
594e376e21
commit
69fe2d00bc
6 changed files with 141 additions and 15 deletions
|
|
@ -13,6 +13,8 @@ tracing = "0.1.41"
|
|||
tracing-subscriber = "0.3.20"
|
||||
thiserror = "2.0.17"
|
||||
anyhow = "1.0.100"
|
||||
toml = "0.9.7"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
|
||||
[features]
|
||||
tokio-console = ["tokio/tracing", "console-subscriber"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue