pyo3/examples/setuptools-rust-starter/.template/Cargo.toml

13 lines
250 B
TOML
Raw Normal View History

[package]
authors = ["{{authors}}"]
name = "{{project-name}}"
version = "0.1.0"
2023-06-15 21:25:48 +00:00
edition = "2021"
[lib]
name = "setuptools_rust_starter"
crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "{{PYO3_VERSION}}", features = ["extension-module"] }