Skip to content

Commit 2944516

Browse files
committed
fix: link to repository is broken on crates.io.
Plus formatting
1 parent ff6de6c commit 2944516

1 file changed

Lines changed: 16 additions & 10 deletions

File tree

microBioRust/Cargo.toml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,30 @@ name = "microBioRust"
33
version = "0.1.1"
44
edition = "2021"
55
license = "MIT"
6-
keywords = ["bioinformatics","micro","bio","genomics","sequence-analysis"]
6+
keywords = ["bioinformatics", "micro", "bio", "genomics", "sequence-analysis"]
77
description = "Microbiology friendly bioinformatics Rust functions"
8-
categories = ["science::bioinformatics::sequence-analysis", "science::bioinformatics::genomics", "science::bioinformatics","science","data-structures"]
8+
categories = [
9+
"science::bioinformatics::sequence-analysis",
10+
"science::bioinformatics::genomics",
11+
"science::bioinformatics",
12+
"science",
13+
"data-structures",
14+
]
915
readme = "README.md"
10-
exclude = [".git",".gitignore"]
11-
repository = "https://github.com/LCrossman/microBioRust/microSeqIO"
16+
exclude = [".git", ".gitignore"]
17+
repository = "https://github.com/LCrossman/microBioRust"
1218

1319
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1420
[lints.rust]
1521
unsafe_code = "forbid"
1622

1723
[dependencies]
1824
paste = "1.0"
19-
itertools="0.10.1"
20-
protein-translate="0.2.0"
21-
bio="0.37.1"
22-
anyhow="1.0"
23-
thiserror="1.0"
24-
regex="1.5"
25+
itertools = "0.10.1"
26+
protein-translate = "0.2.0"
27+
bio = "0.37.1"
28+
anyhow = "1.0"
29+
thiserror = "1.0"
30+
regex = "1.5"
2531
chrono = "0.4.38"
2632
clap = { version = "4.5.19", features = ["derive"] }

0 commit comments

Comments
 (0)