@@ -78,6 +78,7 @@ dependencies = [
"time 0.2.27",
"tokio",
"tungstenite",
+ "url",
]
[[package]]
@@ -18,7 +18,7 @@ time = "0.2"
tokio = { version = "1.31.0", features = ["full"] }
tungstenite = { git = "https://github.com/PrivateRookie/tungstenite-rs.git", rev = "1d9289276518e5ab7e5194126d40b441d8938375" }
-#url = "2.4.0"
+url = "2.4.0"
base64 = "0.13"
#rust-crypto = "0.2.36"