rust/landgen/Cargo.toml
author unc0rr
Sun, 02 Dec 2018 00:19:17 +0100
changeset 14364 5e28098fb593
parent 14212 bb2f301d4fe0
permissions -rw-r--r--
Fix stray tab character

[package]
name = "landgen"
version = "0.1.0"
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
edition = "2018"

[dependencies]
integral-geometry = { path = "../integral-geometry" }
land2d = { path = "../land2d" }
itertools = "0.7.8"