Files
sbv2-api/sbv2_bindings/Cargo.toml
tuna2134 1de700147a hmm
2024-09-10 12:27:41 +00:00

16 lines
386 B
TOML

[package]
name = "sbv2_bindings"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "sbv2_bindings"
crate-type = ["cdylib"]
[dependencies]
anyhow.workspace = true
numpy = "0.21.0"
pyo3 = { version = "0.22.0", features = ["anyhow"] }
sbv2_core = { version = "0.1.0", path = "../sbv2_core" }