mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-23 02:35:27 +00:00
12 lines
248 B
TOML
12 lines
248 B
TOML
[workspace]
|
|
members = ["web-libusb", "web-libnspire", "wasm-libc"]
|
|
|
|
[profile.release]
|
|
# Tell `rustc` to optimize for small code size.
|
|
opt-level = "s"
|
|
lto = true
|
|
|
|
[patch.crates-io]
|
|
libusb1-sys = { path = "web-libusb" }
|
|
libc = { path = "wasm-libc" }
|