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]