rust/hedgewars-server/Cargo.toml
changeset 14779 f43ab2bd76ae
parent 14777 8015a6e4ca3c
child 14792 38e66519e585
equal deleted inserted replaced
14778:bbec6b28d072 14779:f43ab2bd76ae
    10 default = []
    10 default = []
    11 
    11 
    12 [dependencies]
    12 [dependencies]
    13 rand = "0.6"
    13 rand = "0.6"
    14 mio = "0.6"
    14 mio = "0.6"
       
    15 mio-extras = "2.0.5"
    15 slab = "0.4"
    16 slab = "0.4"
    16 netbuf = "0.4"
    17 netbuf = "0.4"
    17 nom = { git = "https://github.com/Geal/nom", branch = "5.0" }
    18 nom = { git = "https://github.com/Geal/nom", branch = "5.0" }
    18 env_logger = "0.6"
    19 env_logger = "0.6"
    19 log = "0.4"
    20 log = "0.4"