Files
lib_um_crypto_rust/Cargo.toml
2024-09-04 01:12:20 +01:00

8 lines
163 B
TOML

[workspace]
resolver = "2"
members = ["um_crypto/*", "um_wasm"]
[profile.release.package.um_wasm]
# Tell `rustc` to optimize for small code size.
opt-level = "s"