--- a/rust/landgen/Cargo.toml Mon Jan 30 15:50:14 2023 +0100
+++ b/rust/landgen/Cargo.toml Wed Feb 01 10:58:45 2023 +0100
@@ -7,4 +7,5 @@
[dependencies]
integral-geometry = { path = "../integral-geometry" }
land2d = { path = "../land2d" }
+vec2d = { path = "../vec2d" }
itertools = "0.7.8"