From d7b008590bdfd4cccb5c12d7ad7d257f1cc7ee8e Mon Sep 17 00:00:00 2001 From: Yangyang Li Date: Sat, 12 Oct 2024 23:16:30 -0500 Subject: [PATCH] style: Remove unnecessary empty lines --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ecf1367..e6458e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,8 +124,6 @@ noodles = { version = "0.83.0", features = [ bio = "2.0" needletail = "0.5" - - ahash = "0.8.11" numpy = "0.21" ndarray = { version = "0.15", features = ["serde", "rayon"] } @@ -155,7 +153,6 @@ flate2 = { version = "1.0.30", features = [ # binaries clap = { version = "4.5.4", features = ["derive"] } env_logger = "0.11" -stringzilla = ">=3" human-panic = "2.0"