Added config parsing in config.rs

This commit is contained in:
Random936
2024-12-22 18:47:37 -08:00
parent 23102ce070
commit adda5dd958
5 changed files with 355 additions and 17 deletions

View File

@@ -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"] }