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

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

* Fix all compile errors
2021-03-27 02:26:55 -07:00

9 lines
127 B
TOML

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