mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
9 lines
137 B
TOML
9 lines
137 B
TOML
[workspace]
|
|
members = [
|
|
"core/*",
|
|
"client/cli",
|
|
"client/web/wasm",
|
|
]
|
|
|
|
[profile.release.package.graphite-wasm-wrapper]
|
|
opt-level = "s"
|