This commit is contained in:
Dave Hrycyszyn
2024-06-06 13:54:15 +01:00
parent d3186af4ce
commit fa16bafe1a
2 changed files with 35 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.117"
serde_with = "3.8.1"
sha256 = "1.5.0"
tokio = { version = "1.37.0", features = ["time"] }
tokio = { version = "1.37.0", features = ["full"] }
websockets = "0.3.0"
[features]