parentree 0.0.1

A tree data structure that can access each node's parents or something. TODO change description
Documentation
[package]
name = "parentree"
version = "0.0.1"
edition = "2021"
authors = ["ardi <ardi@ardis.dev>"]
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"]}