rust/hedgewars-engine-messages/Cargo.toml
changeset 15305 ae8e14d14596
parent 14275 9f4d75fa4a2c
child 16011 cf580d9ff7ef
equal deleted inserted replaced
15303:478d5372eb4a 15305:ae8e14d14596
     5 edition = "2018"
     5 edition = "2018"
     6 
     6 
     7 [dependencies]
     7 [dependencies]
     8 nom = "4.1"
     8 nom = "4.1"
     9 byteorder = "1.2"
     9 byteorder = "1.2"
       
    10 queues = "1.1"