feat: added the ability to start new listeners
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user