mirror of
https://github.com/NovaOSS/nova-python.git
synced 2024-11-25 18:33:58 +01:00
15 lines
338 B
TOML
15 lines
338 B
TOML
[package]
|
|
name = "nova-python"
|
|
version = "0.1.2"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[lib]
|
|
name = "nova_python"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
pyo3 = "0.19.0"
|
|
reqwest = "0.11.18"
|
|
tokio = { version = "1.29.1", features = ["rt-multi-thread", "time"] }
|