[package] name = "ngd" version = "0.1.0" edition = "2021" license = "MIT/Apache-2.0" authors = ["Niko PLP "] description = "Daemon of NextGraph" repository = "https://git.nextgraph.org/NextGraph/nextgraph-rs" [dependencies] p2p-broker = { path = "../p2p-broker" } async-std = { version = "1.7.0", features = ["attributes"] }