rust/hedgewars-engine-messages/Cargo.toml
changeset 14254 9f4d75fa4a2c
parent 14206 257b296169a8
child 15284 ae8e14d14596
equal deleted inserted replaced
14253:084af6d2685f 14254:9f4d75fa4a2c
     3 version = "0.1.0"
     3 version = "0.1.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 nom = "4.1.1"
     8 nom = "4.1"
       
     9 byteorder = "1.2"