[package] name = "parentree" version = "0.0.1" edition = "2021" authors = ["ardi "] description = "A tree data structure that can access each node's parents or something. TODO change description" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = {version = "1.0.164", features = ["derive"]} slotmap = {version = "1.0.6", features = ["serde"]}