Files
Graphite/Cargo.toml
2021-03-21 19:32:56 +01:00

10 lines
179 B
TOML

[workspace]
members = [
"packages/*",
"web-frontend/wasm-wrapper",
]
[profile.release.package.wasm-bindings]
# Tell `rustc` to optimize for small code size.
opt-level = "s"