diff -r 8c39a11f7756 -r ad79e5c0885c rust/hedgewars-checker/Cargo.toml --- 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"]}