mirror of
https://github.com/blyssprivacy/sdk.git
synced 2026-01-12 16:48:06 -05:00
14 lines
361 B
TOML
14 lines
361 B
TOML
[package]
|
|
name = "blyss-client-python"
|
|
version = "0.2.0"
|
|
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" } |