pyo3/examples/getitem/Cargo.toml

14 lines
199 B
TOML
Raw Permalink Normal View History

2023-06-08 22:04:39 +00:00
[package]
name = "getitem"
version = "0.1.0"
edition = "2021"
[lib]
name = "getitem"
crate-type = ["cdylib"]
[dependencies]
pyo3 = { path = "../../", features = ["extension-module"] }
[workspace]