mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 08:09:24 +00:00
refactor: improve error-handling, fix lints, & update criterion
This commit is contained in:
parent
f435642358
commit
c0b76fa543
6 changed files with 58 additions and 118 deletions
|
|
@ -13,5 +13,5 @@ crate-type = ["cdylib", "rlib"]
|
|||
anyhow = "1.0.86"
|
||||
csv = "1.3.0"
|
||||
czv = { path = "../czv" }
|
||||
pyo3 = { version = "0.21.2", features = ["extension-module"] }
|
||||
pyo3 = { version = "0.21.2", features = ["anyhow", "extension-module"] }
|
||||
thiserror = "1.0.61"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue