[package] name = "bittree" version = "0.1.0" authors = ["LiamTheProgrammer "] edition = "2018" license = "MIT" description = "A crate for O(1) find functions in a special data structure called a bit tree." repository = "https://github.com/LiamTheProgrammer/bittree" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]