Skip to content

Commit

Permalink
modified: Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkLoc committed Jul 18, 2024
1 parent 0b03685 commit 84a09ce
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[workspace]

[package]
name = "fqkit"
version = "0.4.10"
Expand All @@ -6,14 +8,19 @@ authors = ["sharkLoc <[email protected]>"]
rust-version = "1.77.2"
homepage = "https://github.com/sharkLoc/fqkit"
repository = "https://github.com/sharkLoc/fqkit"
categories = ["Bioinformatics"]
categories = ["Science"]
description = "fqkit: a simple and cross-platform program for fastq file manipulation"
keywords = ["fastq", "reads","bio", "hts", "barcode"]
readme = "README.md"
license = "GPL-3.0"

exclude = [
"example/*",
"doc/*"
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]
anyhow = "1.0.75"
atty = "0.2.14"
Expand Down

0 comments on commit 84a09ce

Please sign in to comment.