]> git.lizzy.rs Git - bit-set.git/blob - Cargo.toml
fixup toml
[bit-set.git] / Cargo.toml
1 [package]
2 name = "bit-set"
3 version = "0.1.0"
4 authors = ["Alexis Beingessner <a.beingessner@gmail.com>"]
5 license = "MIT/Apache-2.0"
6 description = "A Vec of bits"
7 repository = "https://github.com/contain-rs/bit-set"
8 homepage = "https://github.com/contain-rs/bit-set"
9 documentation = "https://contain-rs.github.io/bit-set/bit_set"
10 keywords = ["data-structures"]
11 readme = "README.md"
12
13 [dependencies.bit-vec]