rust/hedgewars-checker/Cargo.toml
changeset 15813 ad79e5c0885c
parent 15811 a855f32ab3ca
child 15887 fe519de9c270
--- a/rust/hedgewars-checker/Cargo.toml	Thu Jul 01 00:17:05 2021 +0300
+++ b/rust/hedgewars-checker/Cargo.toml	Sat Jul 10 12:03:50 2021 +0200
@@ -15,3 +15,4 @@
 base64 = "0.13"
 hedgewars-network-protocol = { path = "../hedgewars-network-protocol" }
 anyhow = "1.0"
+tokio = {version="1.6", features = ["full"]}