[package] name = "b_trees" authors = ["nisaacdz"] license = "Apache-2.0" description = "Implementations for various binary trees including AVL tree" version = "0.0.12" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]