Updated validator dependencies

This commit is contained in:
Jedrzej Stuczynski
2020-02-05 16:02:59 +00:00
parent da8365ee14
commit 0d3084b956
2 changed files with 10 additions and 0 deletions
Generated
+3
View File
@@ -1500,14 +1500,17 @@ dependencies = [
"built",
"byteorder",
"clap",
"config",
"crypto",
"directory-client",
"dirs",
"dotenv",
"futures 0.3.1",
"healthcheck",
"log",
"pretty_env_logger",
"serde",
"tempfile",
"tokio 0.2.10",
"toml",
"topology",
+7
View File
@@ -11,6 +11,7 @@ edition = "2018"
abci = "0.6.4"
byteorder = "1.3.2"
clap = "2.33.0"
dirs = "2.0.2"
# Read notes https://crates.io/crates/dotenv - tl;dr: don't use in production, set environmental variables properly.
dotenv = "0.15.0"
futures = "0.3.1"
@@ -22,6 +23,7 @@ toml = "0.5.5"
## internal
crypto = {path = "../common/crypto"}
config = {path = "../common/config"}
directory-client = { path = "../common/clients/directory-client" }
healthcheck = {path = "../common/healthcheck" }
topology = {path = "../common/topology"}
@@ -30,3 +32,8 @@ topology = {path = "../common/topology"}
built = "0.3.2"
[dev-dependencies]
tempfile = "3.1.0"
[features]
qa = []
local = []