Skip to content

Commit

Permalink
TaploFmt
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Oct 2, 2024
1 parent 513e7ae commit 6a8fb6e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@ uuid ={ version="1.10.0", features=["v4"] }

# Misc
tokio-tungstenite="0.24.0"
bincode="1.3.3"
bip32={ version="0.5.2" }
bip39={ version="2.0.0", features=["zeroize"] }
bytes={ version="1.7", default-features=false, features=["serde"] }
base64="0.22.1"
clap={ version="4.5.19", features=["derive"] }
num="0.4.3"
snow="0.9.6"
sha3="0.10.8"
hostname="0.4"
sha1="0.10.6"
sha2="0.10.8"
hkdf="0.12.4"
project-root={ version="0.2.2", optional=true }
bincode ="1.3.3"
bip32 ={ version="0.5.2" }
bip39 ={ version="2.0.0", features=["zeroize"] }
bytes ={ version="1.7", default-features=false, features=["serde"] }
base64 ="0.22.1"
clap ={ version="4.5.19", features=["derive"] }
num ="0.4.3"
snow ="0.9.6"
sha3 ="0.10.8"
hostname ="0.4"
sha1 ="0.10.6"
sha2 ="0.10.8"
hkdf ="0.12.4"
project-root ={ version="0.2.2", optional=true }
tdx-quote ={ version="0.0.1", optional=true, features=["mock"] }
configfs-tsm ={ version="0.0.1", optional=true }

Expand Down

0 comments on commit 6a8fb6e

Please sign in to comment.