Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Paururo authored Oct 5, 2024
1 parent ef08f7a commit ed393ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bio = "0.41.0"
clap = { version = "4.0.32", features = ["derive"] }
env_logger = "0.10"
log = "0.4"
rust-htslib = "0.37.0"
rust-htslib = { version = "0.37.0", default-features = false, features = ["static"] }
serde = { version = "1.0", features = ["derive"] }
csv = "1.1"
protein-translate = "0.2.0"

0 comments on commit ed393ba

Please sign in to comment.