Thomas 1 year ago
parent
commit
cdb861f92f
2 changed files with 192 additions and 319 deletions
  1. 191 318
      Cargo.lock
  2. 1 1
      Cargo.toml

File diff suppressed because it is too large
+ 191 - 318
Cargo.lock


+ 1 - 1
Cargo.toml

@@ -8,7 +8,7 @@ edition = "2021"
 [dependencies]
 reqwest = { version = "0.12", features = ["json"] }
 tokio = { version = "1.36.0", features = ["full"] }
-minimap2 = { git = "https://github.com/jguhlin/minimap2-rs", features = ["htslib", "simde"]}
+minimap2 = { git = "https://github.com/jguhlin/minimap2-rs", features = ["simde"]}
 serde = { version = "1.0.197", features = ["derive"] }
 serde_nested_with = "0.2.5"
 serde_json = "1.0.114"

Some files were not shown because too many files changed in this diff