zilch/examples/rust/Cargo.toml

8 lines
151 B
TOML
Raw Permalink Normal View History

[package]
name = "zilch-pyo3-example"
version = "0.1.0"
edition = "2024"
[dependencies]
pyo3 = { version = "0.27.1", features = ["auto-initialize"] }