From 9dc8b40b12c37610db3ca8b7552097042ac2c9b3 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 25 Aug 2021 09:55:24 +0200 Subject: [PATCH] exclude examples from crates.io publish --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 668effa..4ac8336 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frag_gene_scan_rs" -version = "1.0.0" +version = "1.0.1" authors = ["Felix Van der Jeugt "] edition = "2018" license = "GPL-3.0-or-later" @@ -9,6 +9,7 @@ repository = "https://github.com/unipept/FragGeneScanRs" readme = "README.md" keywords = ["dna", "protein", "gene"] categories = ["command-line-utilities", "science"] +exclude = ["example/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html