From 67f3f1d2274c333f552bbee678e6aa08d0c3ddff Mon Sep 17 00:00:00 2001 From: Jesse Abramowitz Date: Wed, 18 Dec 2024 14:27:27 -0500 Subject: [PATCH] fmt --- crates/test-cli/Cargo.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/crates/test-cli/Cargo.toml b/crates/test-cli/Cargo.toml index 62c3adc68..a77daa104 100644 --- a/crates/test-cli/Cargo.toml +++ b/crates/test-cli/Cargo.toml @@ -9,19 +9,19 @@ repository ='https://github.com/entropyxyz/entropy-core' edition ='2021' [dependencies] -entropy-client={ version="0.3.0", path="../client" } -clap ={ version="4.5.23", features=["derive"] } -colored ="2.2.0" -subxt ="0.35.3" -sp-core ="31.0.0" -anyhow ="1.0.94" -tokio ={ version="1.42", features=["macros", "rt-multi-thread", "io-util", "process"] } -hex ="0.4.3" -bincode ="1.3.3" -x25519-dalek ="2.0.1" -sp-runtime ={ version="32.0.0", default-features=false } -entropy-shared={ version="0.3.0", path="../shared" } -serde_json ="1.0.133" -serde ={ version="1.0.216", features=["derive"] } -reqwest ="0.12.9" +entropy-client ={ version="0.3.0", path="../client" } +clap ={ version="4.5.23", features=["derive"] } +colored ="2.2.0" +subxt ="0.35.3" +sp-core ="31.0.0" +anyhow ="1.0.94" +tokio ={ version="1.42", features=["macros", "rt-multi-thread", "io-util", "process"] } +hex ="0.4.3" +bincode ="1.3.3" +x25519-dalek ="2.0.1" +sp-runtime ={ version="32.0.0", default-features=false } +entropy-shared ={ version="0.3.0", path="../shared" } +serde_json ="1.0.133" +serde ={ version="1.0.216", features=["derive"] } +reqwest ="0.12.9" parity-scale-codec={ version="3.6.3", default-features=false }