From 78e7af84d3471b361ae9bc45eb7a50d34e09187e Mon Sep 17 00:00:00 2001 From: Adam Azarchs Date: Thu, 7 Oct 2021 16:56:31 -0700 Subject: [PATCH] Add license, include, and repository metadata. The include directive prevents the crate package from including all of the test bam files. The license and repository metadata are just good practice. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c468a35..224c33f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,11 @@ name = "bamtofastq" version = "1.3.5" authors = ["Patrick Marks "] +license = "MIT" +repository = "https://github.com/10XGenomics/bamtofastq.git" + edition = "2018" +include = ["src/**/*", "LICENSE", "README.md"] resolver = "2" [dependencies]