Skip to content

Commit

Permalink
Add license, include, and repository metadata.
Browse files Browse the repository at this point in the history
The include directive prevents the crate package from including all of
the test bam files.

The license and repository metadata are just good practice.
  • Loading branch information
adam-azarchs committed Oct 8, 2021
1 parent d08bd8f commit 78e7af8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
name = "bamtofastq"
version = "1.3.5"
authors = ["Patrick Marks <patrick@10xgenomics.com>"]
license = "MIT"
repository = "https://github.com/10XGenomics/bamtofastq.git"

edition = "2018"
include = ["src/**/*", "LICENSE", "README.md"]
resolver = "2"

[dependencies]
Expand Down

0 comments on commit 78e7af8

Please sign in to comment.