diff -r 745c73e0e644 -r 165e43c3ed59 rust/hwphysics/Cargo.toml --- a/rust/hwphysics/Cargo.toml Tue Nov 06 17:00:35 2018 +0100 +++ b/rust/hwphysics/Cargo.toml Tue Nov 06 19:44:20 2018 +0300 @@ -7,3 +7,4 @@ [dependencies] fpnum = { path = "../fpnum" } integral-geometry = { path = "../integral-geometry" } +land2d = { path = "../land2d" }