Files
wehub-resource-sync 0d29a02500
CI / Rust (ubuntu-latest) (push) Failing after 1s
CI / Python (ubuntu-latest) (push) Failing after 0s
CI / Rust (macos-14) (push) Has been cancelled
CI / Rust (windows-latest) (push) Has been cancelled
CI / Python (macos-14) (push) Has been cancelled
CI / Python (windows-latest) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:23:17 +08:00

18 lines
365 B
TOML

[package]
name = "turbovec-python"
version = "0.8.0"
edition = "2021"
rust-version = "1.70"
[lib]
name = "_turbovec"
crate-type = ["cdylib"]
[dependencies]
turbovec-core = { package = "turbovec", path = "../turbovec" }
pyo3 = { version = "0.27.0", features = ["extension-module", "abi3-py39"] }
numpy = "0.27.0"
[build-dependencies]
pyo3-build-config = "0.27.0"