feat: added the ability to start new listeners

This commit is contained in:
Andrew Rioux
2025-02-01 03:11:09 -05:00
parent ba5145c5ae
commit f5afd60086
9 changed files with 194 additions and 14 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ tower-http = { version = "0.5", features = ["fs", "compression-br", "compression
wasm-bindgen = "0.2"
thiserror = "1"
http = "1"
axum-server = { version = "^0.7", features = ["tokio-rustls"], optional = true }
axum-server = { version = "^0.7", features = ["tokio-rustls", "tls-rustls"], optional = true }
tracing-subscriber = { version = "0.3", features = ["chrono", "env-filter", "serde", "tracing", "tracing-serde"], optional = true }
structopt = { version = "0.3", optional = true }
anyhow = "1.0"