mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-06 07:35:46 +00:00
17 lines
421 B
TOML
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]
|