rust/hedgewars-server/Cargo.toml
changeset 15517 abd5eb807166
parent 15259 38ad9c571523
child 15577 7d4f552e317f
equal deleted inserted replaced
15516:b907b9071ec5 15517:abd5eb807166
    10 default = []
    10 default = []
    11 
    11 
    12 [dependencies]
    12 [dependencies]
    13 getopts = "0.2.18"
    13 getopts = "0.2.18"
    14 rand = "0.6"
    14 rand = "0.6"
       
    15 chrono = "0.4"
    15 mio = "0.6"
    16 mio = "0.6"
    16 mio-extras = "2.0.5"
    17 mio-extras = "2.0.5"
    17 slab = "0.4"
    18 slab = "0.4"
    18 netbuf = "0.4"
    19 netbuf = "0.4"
    19 nom = "5.0"
    20 nom = "5.0"