Depend on speedy

This commit is contained in:
Mike Dilger 2023-07-07 02:58:44 +12:00
parent e1cdd2c602
commit 675d19b5f3
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -1812,6 +1812,7 @@ dependencies = [
"serde",
"serde_json",
"sha2",
"speedy",
"time 0.3.22",
"tokio",
"tokio-tungstenite",

View File

@ -59,6 +59,7 @@ sdl2 = { version = "0.35.2", features = ["bundled"], optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"
speedy = { git = "https://github.com/mikedilger/speedy", rev = "b8b713a7006958616dd3ef3ba63217740b4b09c2" }
time = { version = "0.3", features = [ "formatting", "macros" ] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"