Skip to content

Commit 3b95622

Browse files
Cargo.toml: Adding more info about the package
1 parent 8fd974b commit 3b95622

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Cargo.toml

+8-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
name = "adapto-rs"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
6+
categories = ["science", "command-line-utilities"]
7+
keywords = ["genomics", "sequencing", "dna", "bioinformatics"]
8+
description = "Remove adaptors from sequenced reads"
59

610
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
711

812
[dependencies]
9-
clap = { version = "4.2.7", features = ["derive"] }
10-
rayon = "1.7"
13+
clap = { version = "4.5.1", features = ["derive"] }
14+
rayon = { version = "1.7", default-features = false }
1115
num_cpus = { version = "1.16.0", default-features = false }
1216
file-format = { version = "0.23.0", default-features = false, features = ["reader-zip", "reader-txt"] }
1317
rust-htslib = { version = "0.44.1", default-features = false }
14-
clap-num = "1.1.1"
18+
clap-num = { version = "1.1.1", default-features = false }
19+
indoc = { version = "2.0.4", default-features = false }

0 commit comments

Comments
 (0)