Initial version of stream forwarder

This commit is contained in:
Marcin Kulik
2024-03-28 21:26:53 +01:00
parent 821986ffdd
commit 0c7905db0c
5 changed files with 217 additions and 9 deletions

View File

@@ -36,6 +36,8 @@ tower-http = { version = "0.5.1", features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
rgb = "0.8.37"
url = "2.5.0"
tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }
[profile.release]
strip = true