swactor/crates/python/Cargo.toml

13 lines
215 B
TOML
Raw Normal View History

[package]
2026-02-12 09:10:28 +00:00
name = "python"
version = "0.1.0"
edition = "2024"
[lib]
name = "swactor"
crate-type = ["cdylib"]
[dependencies]
swactor = { path = "../.." }
pyo3 = { version = "0.23", features = ["extension-module"] }