Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Dec 18, 2024
1 parent b7e4157 commit 67f3f1d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions crates/test-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit 67f3f1d

Please sign in to comment.