[package] name = "tree" version = "0.0.3" edition = "2021" authors = ["Zhongheng Liu "] description = "Rust implementation of a binary tree data structure. Unstable and a work in progress." [lib] name = "tree" path = "src/lib.rs" [dependencies]