Correct environment compiling (#1350)

Adds the macro feature to tokio to allow the environment crate to compile independently
This commit is contained in:
Age Manning 2020-07-14 21:31:59 +00:00
parent e164371083
commit c80860c17e

View File

@ -5,7 +5,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
tokio = "0.2.21"
tokio = { version = "0.2.21", features = ["macros"] }
slog = { version = "2.5.2", features = ["max_level_trace"] }
sloggers = "1.0.0"
types = { "path" = "../../consensus/types" }