From fb4c6fe681e7fa69d6428e69e320d83e5939802d Mon Sep 17 00:00:00 2001 From: parazyd Date: Sun, 27 Mar 2022 21:24:01 +0200 Subject: [PATCH] Cargo.toml formatting. --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3d4f64690..0ae83f6a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,8 +155,8 @@ util = [ "hex", "bincode", "serde", - "toml", - "url", + "toml", + "url", "simplelog", "serde_json", "dirs", @@ -170,7 +170,7 @@ util = [ rpc = [ "rand", "url", - "fast-socks5", + "fast-socks5", "async-net", "async-runtime", @@ -188,14 +188,14 @@ blockchain = [ ] system = [ - "fxhash", + "fxhash", "rand", "async-runtime", ] net = [ - "fxhash", + "fxhash", "util", "system", @@ -246,7 +246,7 @@ node = [ "crypto", "wallet", "util", - "net", + "net", ] zkas = [