[package] name = "bin-tree" description = "Building Binary Tree" version = "0.10.1" edition.workspace = true license.workspace = true authors.workspace = true repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] uints = { path = "../uints", version = "0.11.2" }