Put zebrad/Cargo.toml in a nicer order (#650)
This commit is contained in:
parent
04b2eeedd0
commit
e1bb95603c
|
|
@ -6,36 +6,35 @@ version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.7"
|
zebra-chain = { path = "../zebra-chain" }
|
||||||
chrono = "0.4"
|
zebra-consensus = { path = "../zebra-consensus/" }
|
||||||
|
zebra-network = { path = "../zebra-network" }
|
||||||
|
zebra-state = { path = "../zebra-state" }
|
||||||
|
|
||||||
abscissa_core = "0.5"
|
abscissa_core = "0.5"
|
||||||
gumdrop = "0.7"
|
gumdrop = "0.7"
|
||||||
serde = { version = "1", features = ["serde_derive"] }
|
serde = { version = "1", features = ["serde_derive"] }
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
thiserror = "1"
|
|
||||||
|
|
||||||
tokio = { version = "0.2", features = ["time", "rt-threaded", "stream", "macros"] }
|
chrono = "0.4"
|
||||||
|
rand = "0.7"
|
||||||
|
|
||||||
|
hyper = "0.13.6"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
|
tokio = { version = "0.2", features = ["time", "rt-threaded", "stream", "macros"] }
|
||||||
|
tower = "0.3"
|
||||||
|
|
||||||
|
color-eyre = "0.5"
|
||||||
|
thiserror = "1"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-futures = "0.2"
|
tracing-futures = "0.2"
|
||||||
tracing-log = "0.1"
|
tracing-log = "0.1"
|
||||||
|
tracing-subscriber = { version = "0.2.7", features = ["tracing-log"] }
|
||||||
hyper = "0.13.6"
|
tracing-error = "0.1.2"
|
||||||
|
|
||||||
tower = "0.3"
|
|
||||||
|
|
||||||
metrics-runtime = "0.13"
|
metrics-runtime = "0.13"
|
||||||
metrics = "0.12"
|
metrics = "0.12"
|
||||||
|
|
||||||
zebra-chain = { path = "../zebra-chain" }
|
|
||||||
zebra-network = { path = "../zebra-network" }
|
|
||||||
zebra-state = { path = "../zebra-state" }
|
|
||||||
tracing-subscriber = { version = "0.2.7", features = ["tracing-log"] }
|
|
||||||
tracing-error = "0.1.2"
|
|
||||||
color-eyre = "0.5"
|
|
||||||
zebra-consensus = { path = "../zebra-consensus/" }
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
abscissa_core = { version = "0.5", features = ["testing"] }
|
abscissa_core = { version = "0.5", features = ["testing"] }
|
||||||
once_cell = "1.4"
|
once_cell = "1.4"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue