rust/hedgewars-checker/Cargo.toml
changeset 15979 1635ce22b214
parent 15887 fe519de9c270
equal deleted inserted replaced
15978:20adaa127663 15979:1635ce22b214
     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.18"
     8 rust-ini = "0.19"
     9 dirs = "4"
     9 dirs = "5.0"
    10 argparse = "0.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.21"
    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", features = ["full"]}
    18 tokio = {version="1", features = ["full"]}