Current section
Files
Jump to
Current section
Files
Cargo.toml
[workspace]
resolver = "2"
members = ["native/torque_nif"]
# Use the vendored, Torque-patched sonic-rs (native push-based visitor exposed +
# DOM recursion-depth limit). See native/sonic-rs/Cargo.toml.
[patch.crates-io]
sonic-rs = { path = "native/sonic-rs" }
[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"