Beautify Cargo.tomls with |cargo tomlfmt| (#4477)

This commit is contained in:
Michael Vines
2019-05-29 18:30:49 -07:00
committed by GitHub
parent 348c2263ba
commit 7a021dff05
42 changed files with 214 additions and 214 deletions

View File

@ -11,11 +11,11 @@ edition = "2018"
[dependencies]
env_logger = "0.6.1"
influx_db_client = "0.3.6"
lazy_static = "1.3.0"
log = "0.4.2"
reqwest = "0.9.17"
lazy_static = "1.3.0"
solana-sdk = { path = "../sdk", version = "0.16.0" }
sys-info = "0.5.7"
solana-sdk = { path = "../sdk", version = "0.16.0" }
[dev-dependencies]
rand = "0.6.5"