rust/integral-geometry/Cargo.toml
branchui-scaling
changeset 15283 c4fd2813b127
parent 14207 bb2f301d4fe0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rust/integral-geometry/Cargo.toml	Wed Jul 31 23:14:27 2019 +0200
@@ -0,0 +1,8 @@
+[package]
+name = "integral-geometry"
+version = "0.1.0"
+authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
+edition = "2018"
+
+[dependencies]
+fpnum = { path = "../fpnum" }