skyfffire 2 år sedan
förälder
incheckning
0fbf9435ee
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1 0
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 1 - 0
Cargo.lock

@@ -78,6 +78,7 @@ dependencies = [
  "time 0.2.27",
  "tokio",
  "tungstenite",
+ "url",
 ]
 
 [[package]]

+ 1 - 1
Cargo.toml

@@ -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"