Files
Graphite/Cargo.toml
2021-03-27 02:26:55 -07: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"