rust-dungeoncrawl/Cargo.toml
2022-05-25 10:02:34 -05:00

11 lines
254 B
TOML

[package]
name = "dungeoncrawl"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bracket-lib = "0.8.1"
getrandom = { version = "0.2", features = ["js"] }