We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5980f commit 9dc8b40Copy full SHA for 9dc8b40
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "frag_gene_scan_rs"
3
-version = "1.0.0"
+version = "1.0.1"
4
authors = ["Felix Van der Jeugt <[email protected]>"]
5
edition = "2018"
6
license = "GPL-3.0-or-later"
@@ -9,6 +9,7 @@ repository = "https://github.com/unipept/FragGeneScanRs"
9
readme = "README.md"
10
keywords = ["dna", "protein", "gene"]
11
categories = ["command-line-utilities", "science"]
12
+exclude = ["example/*"]
13
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
0 commit comments