Random Test
This commit is contained in:
+6
-1
@@ -7,4 +7,9 @@ edition = "2024"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
pyo3 = "0.27.0"
|
||||
pyo3 = { version = "0.27.0", features = ["extension-module"] }
|
||||
reqwest = "0.12.24"
|
||||
serde = "1.0.228"
|
||||
|
||||
[package.metadata.maturin]
|
||||
generate-abi-stubs = true
|
||||
|
||||
Reference in New Issue
Block a user