mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-02-09 05:19:24 -06:00
11 lines
163 B
TOML
11 lines
163 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["wasm/anubis", "wasm/pow/*"]
|
|
|
|
[profile.release]
|
|
#strip = true
|
|
opt-level = "s"
|
|
lto = "thin"
|
|
codegen-units = 1
|
|
panic = "abort"
|