mirror of
https://github.com/blyssprivacy/sdk.git
synced 2026-01-10 07:38:20 -05:00
13 lines
337 B
TOML
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" } |