pyo3/examples/maturin-starter/Cargo.toml

17 lines
286 B
TOML

[package]
name = "maturin-starter"
version = "0.1.0"
edition = "2018"
[lib]
name = "maturin_starter"
crate-type = ["cdylib"]
[dependencies]
pyo3 = { path = "../../", features = ["extension-module"] }
[features]
abi3 = ["pyo3/abi3-py37", "pyo3/generate-abi3-import-lib"]
[workspace]