rust/hedgewars-engine/Cargo.toml
changeset 14143 745c73e0e644
child 14153 b273b43b16d2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rust/hedgewars-engine/Cargo.toml	Tue Nov 06 17:00:35 2018 +0100
@@ -0,0 +1,7 @@
+[package]
+name = "hedgewars-engine"
+version = "0.1.0"
+authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
+
+[dependencies]
+land2d = { path = "../land2d" }