Files
sdk/python/Cargo.toml
Neil Movva 3b28c30d89 Clients: add modify and clear (#23)
* add modify and clear

* test blyss service via python client
2023-04-20 13:31:59 -07:00

13 lines
337 B
TOML

[package]
name = "blyss-client-python"
version = "0.1.8"
edition = "2021"
# 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" }