handsonrust/Cargo.toml

12 lines
268 B
TOML
Raw Normal View History

2021-08-28 03:12:56 +00:00
[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]
2021-08-28 04:25:52 +00:00
bracket-lib = "~0.8.1"
2021-09-01 03:14:41 +00:00
legion = "~0.3.1"
serde = { version = "=1.0.115"}
ron = "=0.6.1"