agb/examples/the-hat-chooses-the-wizard/Cargo.toml
2022-07-31 17:08:48 +01:00

21 lines
536 B
TOML

[package]
name = "the-hat-chooses-the-wizard"
version = "0.1.0"
authors = ["Corwin Kuiper <corwin@kuiper.dev>", "Gwilym Kuiper <gw@ilym.me>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
agb = { version = "0.10.0", path = "../../agb" }
[dev-dependencies]
agb = { version = "0.10.0", path = "../../agb", features = ["testing"] }
[build-dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[profile.dev]
opt-level = 2