rust/hwphysics/Cargo.toml
changeset 14059 c6745a1c827a
child 14144 165e43c3ed59
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rust/hwphysics/Cargo.toml	Thu Nov 01 21:30:21 2018 +0300
@@ -0,0 +1,9 @@
+[package]
+name = "hwphysics"
+version = "0.1.0"
+authors = ["Hedgewars Project"]
+edition = "2018"
+
+[dependencies]
+fpnum = { path = "../fpnum" }
+integral-geometry = { path = "../integral-geometry" }