pyo3/examples/maturin-starter/Cargo.toml
2021-12-15 08:28:25 +00:00

14 lines
215 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"] }
[workspace]