dnd_dice/Cargo.toml

19 lines
420 B
TOML

[package]
name = "dnd_dice"
version = "0.1.0"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
dnd_dice_roller = "0.3"
mlua = { version = "0.4", features = ["lua53", "module", "async"] }
mlua_derive = "0.4"
[profile.release]
lto = true
opt-level = "s"