From 91a5616ec6354ae17df8911985e6b643b813e74c Mon Sep 17 00:00:00 2001 From: Romain Derelle Date: Sun, 22 Sep 2024 08:36:25 +0100 Subject: [PATCH] Update Cargo.toml 0.4.0 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d262ff2..0c511bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastlin" -version = "0.3.0" +version = "0.4.0" edition = "2021" description = "an ultra-fast program for MTBC lineage typing" repository = "https://github.com/rderelle/fastlin" @@ -17,3 +17,4 @@ ahash = "0.8.3" boomphf = "0.5.9" indicatif = "0.17.4" rayon = "1.5" +rust-htslib = { version = "*", default-features = false }