summaryrefslogtreecommitdiff
path: root/dungeon/Cargo.toml
blob: 213fc3ba48c0adc5322b2d08e2db6b166e4b98cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "dungeon"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
rust-version.workspace = true

[dependencies]
getrandom.workspace = true
rand.workspace = true
strum.workspace = true
strum_macros.workspace = true

[lints]
workspace = true

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { workspace = true, features = ["wasm_js"] }