[package] name = "tree-collection" version = "0.1.0" description = "Name reservation – Project will feature a collection of dependency-free pure rust implementations of tree varaints, such as AVL Tree, TTree and B+ Tree." license = "GPL-3.0-only" edition = "2018" lib = "src/lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]