mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-09 18:18:49 +00:00
10 lines
131 B
TOML
10 lines
131 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["wasm/pow/*"]
|
|
|
|
[profile.release]
|
|
strip = true
|
|
opt-level = "s"
|
|
lto = "thin"
|
|
codegen-units = 1
|