use config.toml & send gui config to client

This commit is contained in:
2024-11-09 14:08:16 -07:00
parent 4055bf24ab
commit 105deab45d
5 changed files with 141 additions and 41 deletions
+3
View File
@@ -9,8 +9,11 @@ edition = "2021"
anyhow = "1.0.86"
axum = "0.7.7"
lazy_static = "1.4.0"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
tokio = { version = "1.37.0", features = ["full"] }
tokio-rustls = "0.26.0"
toml = "0.8.19"
tower = "0.5.1"
tower-http = { version = "0.6.1", features = ["fs"] }
tracing = { version = "0.1.40", features = ["async-await"] }