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

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

[lints]
workspace = true