summaryrefslogtreecommitdiff
path: root/dungeon/Cargo.toml
blob: cef2cf52fde2107141d85de2e32b64a2680a02cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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
rand_xoshiro.workspace = true
strum.workspace = true
strum_macros.workspace = true

[lints]
workspace = true

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