veilid/Cargo.toml
Brandon Vandegrift 1b20037053 Setup for TypeScript type gen for WASM using Tsify
- Includes breaking changes to the WASM API surface, since it now accepts objects instead of stringified JSON.
2023-09-03 23:27:08 -04:00

23 lines
430 B
TOML

[workspace]
members = [
"veilid-tools",
"veilid-core",
"veilid-server",
"veilid-cli",
"veilid-flutter/rust",
"veilid-wasm",
"tsify-async"
]
exclude = ["./external"]
[patch.crates-io]
cursive = { git = "https://gitlab.com/veilid/cursive.git" }
cursive_core = { git = "https://gitlab.com/veilid/cursive.git" }
[profile.release]
opt-level = "s"
lto = true
[profile.dev.package.backtrace]
opt-level = 3