agb/examples/the-hat-chooses-the-wizard/Cargo.toml

18 lines
443 B
TOML
Raw Normal View History

2022-01-01 23:09:21 +11:00
[package]
2022-01-01 23:15:56 +11:00
name = "the-hat-chooses-the-wizard"
2022-01-01 23:09:21 +11:00
version = "0.1.0"
2022-01-01 23:15:56 +11:00
authors = ["Corwin Kuiper <corwin@kuiper.dev>", "Gwilym Kuiper <gw@ilym.me>"]
2022-01-01 23:09:21 +11:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-08-03 08:52:43 +10:00
agb = { version = "0.11.1", path = "../../agb" }
2022-01-01 23:09:21 +11:00
[build-dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[profile.dev]
opt-level = 2