mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 09:04:19 +01:00
5 lines
144 B
Rust
5 lines
144 B
Rust
fn main() {
|
|
pyo3_build_config::use_pyo3_cfgs();
|
|
println!("cargo::rustc-check-cfg=cfg(allocator, values(\"default\", \"mimalloc\"))");
|
|
}
|