[package] name = "balanced_binary_tree" version = "0.1.0" authors = ["chi"] edition = "2018" description = "平衡二叉树的new,insert,del等方法" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]