swactor/crates/bindings/python/Cargo.toml

14 lines
244 B
TOML
Raw Permalink Normal View History

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