[package] name = "observable-tree" version = "0.1.0" authors = ["Julia Naomi ", "Otavio Pace "] description = "Reactive Observable BTree" readme = "README.md" documentation = "https://docs.rs/observable-tree/" repository = "https://github.com/naomijub/observable-tree" keywords = ["reactive", "observable", "btree", "tokio", "async", ] license = "MIT" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1", features = ["full"] }