rust/hedgewars-checker/Cargo.toml
changeset 15811 a855f32ab3ca
parent 14207 bb2f301d4fe0
child 15813 ad79e5c0885c
equal deleted inserted replaced
15810:ee84e417d8d0 15811:a855f32ab3ca
     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.13"
     8 rust-ini = "0.17"
     9 dirs = "1.0"
     9 dirs = "3.0"
    10 argparse = "0.2.2"
    10 argparse = "0.2.2"
    11 log = "0.4"
    11 log = "0.4"
    12 stderrlog = "0.4"
    12 stderrlog = "0.5"
    13 netbuf = "0.4"
    13 netbuf = "0.4"
    14 tempfile = "3.0"
    14 tempfile = "3.0"
    15 base64 = "0.9.3"
    15 base64 = "0.13"
       
    16 hedgewars-network-protocol = { path = "../hedgewars-network-protocol" }
       
    17 anyhow = "1.0"