File: build.rs

package info (click to toggle)
rust-numpy 0.27.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 516 kB
  • sloc: makefile: 2
file content (3 lines) | stat: -rw-r--r-- 57 bytes parent folder | download
1
2
3
fn main() {
    pyo3_build_config::use_pyo3_cfgs();
}