Research-Stack/2-Search-Space/search/stract/crates/leechy-py/Cargo.toml
2026-05-08 15:04:30 -05:00

17 lines
421 B
TOML

[package]
edition = "2021"
license = "AGPL-3.0"
name = "leechy"
version = "0.1.0+py"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
name = "leechy"
[dependencies]
leechy = {path = "../leechy"}
pyo3 = {version = "0.28.3", features = ["extension-module", "experimental-async"]}
tokio = {version = "1.23.1", features = ["full"]}
[workspace]