mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-28 05:21:05 +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\"");
|
|
}
|