[package] name = "mind-tree" version = "0.1.1" authors = ["Dimitri Sabadie "] license = "BSD-3-Clause" description = "Organize your thoughts in a tree-like structure" homepage = "https://github.com/phaazon/mind" repository = "https://github.com/phaazon/mind" documentation = "https://docs.rs/mind-tree" edition = "2021" rust-version = "1.66.0" [dependencies] serde = { version = "1", features = ["derive"] } thiserror = "1.0.38" [dev-dependencies] serde_json = "1.0.94"