Skip to content

Commit

Permalink
fix: removing unused dependencies (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed May 23, 2023
1 parent b7608ff commit 756c2be
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Expand Up @@ -14,20 +14,19 @@ path = "src/lib.rs"

[dependencies]
chrono = "0.4"
log = "0.4"
noodles = { version = "0.39", features = ["bgzf", "fasta", "core"] }
rusqlite = "0.29"
strum = { version = "0.24", features = ["derive", "strum_macros"] }
textwrap = "0.16"
thiserror = "1.0"
tracing = "0.1"

[dev-dependencies]
anyhow = "1.0"
clap = { version = "4.1", features = ["derive", "env"] }
clap-verbosity-flag = {version = "2.0"}
clap = { version = "4.1", features = ["derive", "env"] }
env_logger = "0.10"
log = "0.4"
pretty_assertions = "1.3"
temp_testdir = "0.2"
test-log = "0.2"
textwrap = "0.16"
tracing-subscriber = {version = "0.3" }

0 comments on commit 756c2be

Please sign in to comment.