separate signal-gateway binary from the library, and its deps

This commit is contained in:
Chris Beck
2025-12-05 00:46:09 -07:00
parent 028af2b7fb
commit ae26faa045
8 changed files with 85 additions and 72 deletions
+4 -1
View File
@@ -24,6 +24,7 @@ result_large_err = "allow"
prometheus-http-client = { path = "prometheus-http-client", default-features = false }
async-trait = "0.1"
bytes = "1"
chrono = { version = "0.4", default-features = false, features = ["clock", "serde", "std"] }
chrono-tz = "0.10"
conf = "0.4"
@@ -31,6 +32,8 @@ conf-extra = "0.1"
displaydoc = "0.2"
dotenvy = "0.15"
futures-util = "0.3"
http = "1"
http-body = "1"
http-body-util = "0.1"
humantime = "2"
hyper = { version = "1.7", features = ["server", "http1", "http2"] }
@@ -43,7 +46,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
syslog_rfc5424 = "0.10"
thiserror = "2"
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
tokio = { version = "1", features = ["io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
tokio-util = { version = "0.7", features = ["codec"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }