protocol: add direct tokio dependency

This commit is contained in:
ice_iix 2021-09-06 17:24:39 -07:00
parent cfcc7d2a1f
commit fda2e6d5ef
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -2254,6 +2254,7 @@ dependencies = [
"sha-1",
"std_or_web",
"steven_shared",
"tokio",
]
[[package]]

View File

@ -26,4 +26,5 @@ path = "../std_or_web"
version = "0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1", features = [ "rt", "net" ]}
reqwest = { version = "0.11.4", features = [ "blocking" ]}