rust/landgen/Cargo.toml
changeset 14051 8a0d69c16cad
parent 14026 3b3d97ed2286
child 14207 bb2f301d4fe0
--- a/rust/landgen/Cargo.toml	Mon Oct 29 23:06:18 2018 +0100
+++ b/rust/landgen/Cargo.toml	Wed Oct 31 23:36:05 2018 +0100
@@ -6,3 +6,4 @@
 [dependencies]
 integral-geometry = { path = "../integral-geometry" }
 land2d = { path = "../land2d" }
+itertools = "0.7.8"