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,19 +11,19 @@ edition = "2018"
[dependencies]
bincode = "1.1.4"
bs58 = "0.2.0"
hex = "0.3.2"
byteorder = "1.2.1"
chrono = { version = "0.4.0", features = ["serde"] }
generic-array = { version = "0.13.0", default-features = false, features = ["serde"] }
hex = "0.3.2"
itertools = "0.8.0"
log = "0.4.2"
num-derive = "0.2"
num-traits = "0.2"
rand = "0.6.5"
rayon = "1.0.0"
sha2 = "0.8.0"
serde = "1.0.91"
serde_derive = "1.0.91"
serde_json = "1.0.39"
sha2 = "0.8.0"
solana-ed25519-dalek = "0.2.0"
untrusted = "0.6.2"