use a workspace

This commit is contained in:
Emil Gardström
2024-04-02 12:19:42 +02:00
parent 328a3b2648
commit c7c92a08d2
7 changed files with 566 additions and 1615 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[workspace]
members = ["ic10lsp_wasm", "ic10emu_wasm", "ic10emu"]
resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2021"
[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"
lto = true