[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"] }