Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Dec 4, 2024
1 parent 849d470 commit 85c5298
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions crates/testing-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,24 @@ repository ='https://github.com/entropyxyz/entropy-core'
edition ='2021'

[dependencies]
subxt="0.38.0"
sp-keyring="39.0.0"
project-root="0.2.2"
sp-core={ version="34.0.0", default-features=false }
subxt ="0.38.0"
sp-keyring ="39.0.0"
project-root ="0.2.2"
sp-core ={ version="34.0.0", default-features=false }
parity-scale-codec="3.6.8"
lazy_static="1.5.0"
hex-literal="0.4.1"
tokio={ version="1.41", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] }
lazy_static ="1.5.0"
hex-literal ="0.4.1"
tokio ={ version="1.41", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] }
axum ={ version="0.7.9" }
entropy-shared={ version="0.3.0", path="../shared" }
entropy-kvdb={ version="0.3.0", path="../kvdb", default-features=false }
entropy-tss={ version="0.3.0", path="../threshold-signature-server", features=[
"test_helpers",
] }
entropy-protocol={ version="0.3.0", path="../protocol" }
entropy-shared ={ version="0.3.0", path="../shared" }
entropy-kvdb ={ version="0.3.0", path="../kvdb", default-features=false }
entropy-tss ={ version="0.3.0", path="../threshold-signature-server", features=["test_helpers"] }
entropy-protocol ={ version="0.3.0", path="../protocol" }
synedrion ="0.2.0"
hex="0.4.3"
rand_core="0.6.4"
rand="0.8.5"
tdx-quote={ version="0.0.1", features=["mock"] }
hex ="0.4.3"
rand_core ="0.6.4"
rand ="0.8.5"
tdx-quote ={ version="0.0.1", features=["mock"] }

# Logging
tracing ="0.1.41"
Expand Down

0 comments on commit 85c5298

Please sign in to comment.