Add rough binary heap test
This commit is contained in:
parent
df7536b82b
commit
b273772722
2 changed files with 29 additions and 1 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[lib]
|
||||
name = "pyority_queue"
|
||||
crate-type = ["cdylib"]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
pyo3 = "0.23.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue