mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 21:48:02 +00:00
5 lines
125 B
Rust
5 lines
125 B
Rust
fn main() {
|
|
println!("cargo:rustc-cfg=precompiled");
|
|
println!("cargo:rustc-cfg=feature=\"deserialize_in_place\"");
|
|
}
|