[package] name = "seniorious" description = "A implementation of chtholly tree in rust" keywords = ["chtholly_tree"] version = "0.1.0" authors = ["snylonue "] edition = "2021" readme = "README.md" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-traits = "0.2"