Added config parsing in config.rs
This commit is contained in:
@@ -8,5 +8,9 @@ edition = "2021"
|
||||
[dependencies]
|
||||
axum = "0.7.6"
|
||||
clap = { version = "4.5.18", features = ["derive"] }
|
||||
expanduser = "1.2.2"
|
||||
if-addrs = "0.13.3"
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
serde_yaml = "0.9.34"
|
||||
tokio = { version = "1.40.0", features = ["full"] }
|
||||
tower-http = { version = "0.6.2", features = ["fs"] }
|
||||
|
||||
Reference in New Issue
Block a user