handsonrust/Cargo.toml
2021-08-31 23:14:41 -04:00

12 lines
268 B
TOML

[package]
name = "dungeoncrawl"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bracket-lib = "~0.8.1"
legion = "~0.3.1"
serde = { version = "=1.0.115"}
ron = "=0.6.1"