mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-27 13:00:49 +00:00
15 lines
236 B
TOML
15 lines
236 B
TOML
[workspace]
|
|
members = ["bin", "proc-macro2"]
|
|
resolver = "2"
|
|
|
|
[patch.crates-io]
|
|
proc-macro2 = { path = "proc-macro2" }
|
|
|
|
[profile.precompiled]
|
|
inherits = "release"
|
|
codegen-units = 1
|
|
lto = true
|
|
opt-level = "z"
|
|
panic = "abort"
|
|
strip = true
|