Thomas 2 anni fa
parent
commit
69a2f47135
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -6,7 +6,7 @@ edition = "2021"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [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"
 anyhow = "1.0.75"
 log = "0.4.19"