Skip to content

Commit c9bb14c

Browse files
authored
update manifest file (#16)
1 parent 09e18f6 commit c9bb14c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
name = "mmap-bitvec"
33
version = "0.4.0"
44
authors = ["Roderick Bovee <roderick@onecodex.com>"]
5+
description = "A library for working with bit-vectors backed by memory-mapped files"
6+
keywords = ["bitvec", "bitvector", "bioinformatics"]
7+
categories = ["science", "data-structures"]
58
autobenches = false
69
edition = "2021"
10+
readme = "./README.md"
11+
license = "MIT"
12+
repository = "https://github.com/onecodex/mmap-bitvec"
13+
714

815
[dependencies]
916
memmap2 = "0.5"

0 commit comments

Comments
 (0)