Skip to content

Commit c110595

Browse files
committed
chore: get ready for release
1 parent daf2a4c commit c110595

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
name = "binseq"
33
version = "0.5.4"
44
edition = "2021"
5+
description = "A high efficiency binary format for sequencing data"
56
license = "MIT"
67
authors = ["Noam Teyssier <noam.teyssier@arcinstitute.org>"]
8+
repository = "https://github.com/arcinstitute/binseq"
9+
documentation = "https://docs.rs/binseq"
10+
categories = ["science::bioinformatics", "encoding", "data-structures"]
11+
keywords = ["bioinformatics", "nucleotide", "sequencing", "genomics", "fastq"]
712

813
[dependencies]
914
anyhow = "1.0.94"
@@ -21,6 +26,3 @@ niffler = "2.6.0"
2126
seq_io = "0.3.2"
2227
parking_lot = "0.12.3"
2328
itoa = "1.0.14"
24-
25-
[profile.release]
26-
debug = true

0 commit comments

Comments
 (0)