Graphite/Cargo.toml

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"