Get basic incomplete Python queue API working
This commit is contained in:
parent
661e1d220a
commit
0995e6db90
8 changed files with 69 additions and 45 deletions
|
@ -9,4 +9,4 @@ name = "pyority_queue"
|
|||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
pyo3 = "0.23.3"
|
||||
pyo3 = { version = "0.23.3", features = ["py-clone"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue