2023-01-20 13:52:58 +08:00
|
|
|
[package]
|
2023-01-20 20:20:35 +08:00
|
|
|
name = "Difficult_Rocket_rs"
|
2023-01-20 13:52:58 +08:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
2023-01-20 14:08:12 +08:00
|
|
|
[lib]
|
|
|
|
name = 'Difficult_Rocket_rs'
|
|
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
|
2023-01-20 13:52:58 +08:00
|
|
|
[dependencies.pyo3]
|
|
|
|
version = "0.18.0"
|
|
|
|
features = ["extension-module"]
|