rust/hedgewars-engine/Cargo.toml
changeset 14143 745c73e0e644
child 14153 b273b43b16d2
equal deleted inserted replaced
14142:11202097584f 14143:745c73e0e644
       
     1 [package]
       
     2 name = "hedgewars-engine"
       
     3 version = "0.1.0"
       
     4 authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
       
     5 
       
     6 [dependencies]
       
     7 land2d = { path = "../land2d" }