rust/landgen/Cargo.toml
changeset 14051 8a0d69c16cad
parent 14026 3b3d97ed2286
child 14207 bb2f301d4fe0
equal deleted inserted replaced
14050:4b40bdd214df 14051:8a0d69c16cad
     4 authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
     4 authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
     5 
     5 
     6 [dependencies]
     6 [dependencies]
     7 integral-geometry = { path = "../integral-geometry" }
     7 integral-geometry = { path = "../integral-geometry" }
     8 land2d = { path = "../land2d" }
     8 land2d = { path = "../land2d" }
       
     9 itertools = "0.7.8"