Add dependencies for use in cargo doc

This commit is contained in:
Henry de Valence 2019-09-10 12:19:44 -07:00
parent b3e094bc40
commit dd228b8177
1 changed files with 6 additions and 0 deletions

View File

@ -10,4 +10,10 @@ edition = "2018"
byteorder = "1.3"
chrono = "0.4"
failure = "0.1"
tokio = "=0.2.0-alpha.4"
tracing = "0.1"
futures-core-preview = "=0.3.0-alpha.18"
futures-util-preview = "=0.3.0-alpha.18"
tower-service = "=0.3.0-alpha.1"
zebra-chain = { path = "../zebra-chain" }