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

1027
ic10emu_wasm/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
[package]
name = "ic10emu_wasm"
version = "0.1.0"
edition = "2021"
version.workspace = true
edition.workspace = true
[dependencies]
ic10emu = { path = "../ic10emu" }
@@ -27,11 +27,3 @@ console_error_panic_hook = ["dep:console_error_panic_hook"]
[lib]
crate-type = ["cdylib", "rlib"]
[build]
target = "wasm32-unknown-unknown"
[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"
lto = true