mirror of
https://github.com/NovaOSS/nova-python.git
synced 2024-11-25 18:23:59 +01:00
Updated cargo.toml
This commit is contained in:
parent
098974c400
commit
7b3be88238
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nova-python"
|
name = "nova-python"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
@ -9,7 +9,7 @@ name = "nova_python"
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
pyo3 = {version = "0.19.2", features = ["extension-module"]}
|
pyo3 = {version = "0.19.2", features = ["extension-module", "generate-import-lib"]}
|
||||||
reqwest = "0.11.18"
|
reqwest = "0.11.18"
|
||||||
tokio = { version = "1.29.1", features = ["rt-multi-thread", "time"] }
|
tokio = { version = "1.29.1", features = ["rt-multi-thread", "time"] }
|
||||||
serde_json = "1.0.104"
|
serde_json = "1.0.104"
|
Loading…
Reference in a new issue