nova-python/Cargo.toml
2023-08-15 13:48:12 +02:00

15 lines
409 B
TOML

[package]
name = "nova-python"
version = "0.1.6"
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 = {version = "0.19.2", features = ["generate-import-lib"]}
reqwest = "0.11.18"
tokio = { version = "1.29.1", features = ["rt-multi-thread", "time"] }
serde_json = "1.0.104"