[package] name = "nm-trees" version = "0.1.0" authors = ["Elf M. Sternberg "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nm-store = { path = "../nm-store" } thiserror = "1.0.20" tokio = { version = "0.2.22", features = ["rt-threaded", "blocking"] } serde = { version = "1.0.116", features = ["derive"] } serde_json = "1.0.56" chrono = { version = "0.4.18", features = ["serde"] }