Files
cli/vendor/num-bigint-dig/build.rs

4 lines
56 B
Rust
Raw Normal View History

fn main() {
println!("cargo:rustc-cfg=has_i128");
}