|
@@ -6,7 +6,7 @@ edition = "2021"
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
|
-minimap2 = { git = "https://github.com/jguhlin/minimap2-rs", features = ["htslib"]}
|
|
|
|
|
|
|
+minimap2 = { git = "https://github.com/jguhlin/minimap2-rs", features = ["htslib", "simde"]}
|
|
|
rust-htslib = "0.46.0"
|
|
rust-htslib = "0.46.0"
|
|
|
anyhow = "1.0.75"
|
|
anyhow = "1.0.75"
|
|
|
log = "0.4.19"
|
|
log = "0.4.19"
|