4 lines
118 B
TOML
4 lines
118 B
TOML
[build-system]
|
|
requires = ["maturin>=0.11,<0.12"]
|
|
build-backend = "maturin"
|
|
cargo-extra-args = "--no-default-features" |