Bail when trying to nest stream sessions using the same relay URL

This commit is contained in:
Marcin Kulik
2024-04-11 21:56:19 +02:00
parent 83d08a071a
commit dd77179d74
6 changed files with 59 additions and 6 deletions

View File

@@ -38,6 +38,7 @@ 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"] }
sha2 = "0.10.8"
[profile.release]
strip = true