Files
sdk/python/Cargo.toml
Neil Movva 5d303660b5 [js] update client to work with unified service
bump both versions to 0.2.1
disable npm/pypi publish except on manual workflow run
2023-09-07 06:06:44 +00:00

14 lines
361 B
TOML

[package]
name = "blyss-client-python"
version = "0.2.1"
edition = "2021"
rust-version = "1.70.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "blyss"
crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.17.1", features = ["extension-module"] }
spiral-rs = { path = "../lib/spiral-rs" }