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
Generated
+3
View File
@@ -1645,6 +1645,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
name = "signal-gateway"
version = "0.1.0"
dependencies = [
"bytes",
"chrono",
"chrono-tz",
"conf",
@@ -1652,6 +1653,8 @@ dependencies = [
"displaydoc",
"dotenvy",
"futures-util",
"http",
"http-body",
"http-body-util",
"humantime",
"hyper",