grin/p2p/Cargo.toml
Quentin Le Sceller d6b689bada
Simplify DandelionConfig (#1115)
* Simplify DandelionConfig and make fields optional
2018-06-01 18:41:39 -04:00

25 lines
536 B
TOML

[package]
name = "grin_p2p"
version = "0.2.0"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
workspace = ".."
publish = false
[dependencies]
bitflags = "1"
bytes = "0.4"
enum_primitive = "0.1"
net2 = "0.2"
num = "0.1"
rand = "0.3"
serde = "1"
serde_derive = "1"
slog = { version = "~2.1", features = ["max_level_trace", "release_max_level_trace"] }
time = "0.1"
grin_core = { path = "../core" }
grin_store = { path = "../store" }
grin_util = { path = "../util" }
[dev-dependencies]
grin_pool = { path = "../pool" }