aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-terrain/Cargo.toml
blob: cf1019132b8f521a810d61e87b1341d85a50a277 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "fparkan-terrain"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
fparkan-terrain-format = { path = "../fparkan-terrain-format", version = "0.1.0" }

[dev-dependencies]
fparkan-nres = { path = "../fparkan-nres", version = "0.1.0" }

[lints]
workspace = true