]> git.lizzy.rs Git - bit-set.git/blob - Cargo.toml
initial port of bitset
[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
6 [dependencies.bit-vec]