[package] name = "be-tree" version = "0.1.0" authors = ["Dan Hulme ", "Chojan Shang "] description = "B𝛆 Tree library in Rust." homepage = "https://github.com/psiace/be-tree" repository = "https://github.com/psiace/be-tree" readme = "README.md" keywords = ["be-tree", "tree"] categories = ["data-structures"] license = "MIT/Apache-2.0" edition = "2018" include = [ "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "src/**/*" ] [dependencies]