rust/hedgewars-checker/Cargo.toml
changeset 15887 fe519de9c270
parent 15813 ad79e5c0885c
child 15979 1635ce22b214
equal deleted inserted replaced
15886:5e8d2a8eb473 15887:fe519de9c270
     3 version = "1.0.0"
     3 version = "1.0.0"
     4 authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
     4 authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
     5 edition = "2018"
     5 edition = "2018"
     6 
     6 
     7 [dependencies]
     7 [dependencies]
     8 rust-ini = "0.17"
     8 rust-ini = "0.18"
     9 dirs = "3.0"
     9 dirs = "4"
    10 argparse = "0.2.2"
    10 argparse = "0.2"
    11 log = "0.4"
    11 log = "0.4"
    12 stderrlog = "0.5"
    12 stderrlog = "0.5"
    13 netbuf = "0.4"
    13 netbuf = "0.4"
    14 tempfile = "3.0"
    14 tempfile = "3.0"
    15 base64 = "0.13"
    15 base64 = "0.13"
    16 hedgewars-network-protocol = { path = "../hedgewars-network-protocol" }
    16 hedgewars-network-protocol = { path = "../hedgewars-network-protocol" }
    17 anyhow = "1.0"
    17 anyhow = "1.0"
    18 tokio = {version="1.6", features = ["full"]}
    18 tokio = {version="1", features = ["full"]}