Skip to content

Commit

Permalink
Merge branch 'main' into urlsketch
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes committed May 21, 2024
2 parents 9b0e53c + 4fce83f commit 58b0037
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.21.2", features = ["extension-module", "anyhow"] }
rayon = "1.10.0"
serde = { version = "1.0.201", features = ["derive"] }
serde = { version = "1.0.202", features = ["derive"] }
sourmash = { version = "0.13.1"}
serde_json = "1.0.117"
niffler = "2.4.0"
needletail = "0.5.1"
#zip = { version = "0.6", default-features = false, features = ["deflate"] }
async_zip={version="0.0.17", features=["full"]}
simple-error = "0.3.0"
anyhow = "1.0.83"
camino = "1.1.6"
anyhow = "1.0.86"
camino = "1.1.7"
csv = "1.3.0"
reqwest = { version = "0.12.4", features = ["json", "stream"] }
tokio = { version = "1.37.0", features = ["full"] }
Expand Down

0 comments on commit 58b0037

Please sign in to comment.