mirror of
https://github.com/aljazceru/bitcoin-waila.git
synced 2025-12-17 04:54:18 +01:00
13 lines
176 B
TOML
13 lines
176 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"waila",
|
|
"waila-wasm",
|
|
]
|
|
|
|
|
|
# Tell `rustc` to optimize for small code size.
|
|
[profile.release.package.waila-wasm]
|
|
opt-level = "s"
|