rkgk/Cargo.toml
2024-08-10 23:10:22 +02:00

15 lines
231 B
TOML

[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"