rkgk/Cargo.toml

16 lines
231 B
TOML
Raw Normal View History

2024-08-10 23:10:03 +02:00
[workspace]
resolver = "2"
members = ["crates/*"]
[workspace.dependencies]
haku.path = "crates/haku"
log = "0.4.22"
[profile.wasm-dev]
inherits = "dev"
panic = "abort"
[profile.wasm-release]
inherits = "release"
panic = "abort"