0d29a02500
CI / Rust (macos-14) (push) Waiting to run
CI / Rust (windows-latest) (push) Waiting to run
CI / Python (macos-14) (push) Waiting to run
CI / Python (windows-latest) (push) Waiting to run
CI / Rust (ubuntu-latest) (push) Failing after 1s
CI / Python (ubuntu-latest) (push) Failing after 0s
13 lines
366 B
TOML
13 lines
366 B
TOML
[workspace]
|
|
members = ["turbovec", "turbovec-python"]
|
|
# Standalone smoke test crate that lives outside the workspace on purpose —
|
|
# it must mimic a real downstream `cargo add turbovec` user (no inherited
|
|
# workspace settings, no shared lockfile).
|
|
exclude = ["examples/downstream-smoke"]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
opt-level = 3
|