Thomas 1 年之前
父节点
当前提交
cdb861f92f
共有 2 个文件被更改,包括 192 次插入319 次删除
  1. 191 318
      Cargo.lock
  2. 1 1
      Cargo.toml

文件差异内容过多而无法显示
+ 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"

部分文件因为文件数量过多而无法显示