swactor/crates/bindings/python/Cargo.toml

12 lines
218 B
TOML

[package]
name = "python"
version = "0.1.0"
edition = "2024"
[lib]
name = "swactor"
crate-type = ["cdylib"]
[dependencies]
swactor = { path = "../../.." }
pyo3 = { version = "0.23", features = ["extension-module"] }