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"

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.