Correct environment compiling (#1350)
Adds the macro feature to tokio to allow the environment crate to compile independently
This commit is contained in:
parent
e164371083
commit
c80860c17e
@ -5,7 +5,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = "0.2.21"
|
tokio = { version = "0.2.21", features = ["macros"] }
|
||||||
slog = { version = "2.5.2", features = ["max_level_trace"] }
|
slog = { version = "2.5.2", features = ["max_level_trace"] }
|
||||||
sloggers = "1.0.0"
|
sloggers = "1.0.0"
|
||||||
types = { "path" = "../../consensus/types" }
|
types = { "path" = "../../consensus/types" }
|
||||||
|
Loading…
Reference in New Issue
Block a user