Files
Graphite/Cargo.toml
ProTheory8 a8a9e15a4a Make it compile (#37)
* Fix indentation

* Set the correct name of the crate in root Cargo.toml

* Fix all compile errors
2021-03-22 21:42:14 +05:00

9 lines
127 B
TOML

[workspace]
members = [
"packages/*",
"web-frontend/wasm-wrapper",
]
[profile.release.package.wasm-wrapper]
opt-level = "s"