rust/landgen/Cargo.toml
changeset 14072 8a0d69c16cad
parent 14047 3b3d97ed2286
child 14228 bb2f301d4fe0
equal deleted inserted replaced
14071:4b40bdd214df 14072: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"