This commit is contained in:
Joscha 2024-12-27 22:49:46 +01:00
parent 86050fad15
commit 39ab887b47
4 changed files with 67 additions and 0 deletions

View file

@ -6,6 +6,7 @@ edition = { workspace = true }
[dependencies]
cookie = { workspace = true }
euphoxide = { path = "../euphoxide" }
jiff = { workspace = true }
log = { workspace = true }
tokio = { workspace = true, features = ["rt"] }
tokio-tungstenite = { workspace = true }