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

15 lines
300 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"
[profile.release]
lto = "thin"