Skip to content

Commit

Permalink
Taplo
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Sep 12, 2024
1 parent 47f21f2 commit f00bf27
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,23 @@ uuid ={ version="1.10.0", features=["v4"] }

# Misc
tokio-tungstenite="0.23.1"
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.17", 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 ={ git="https://github.com/entropyxyz/tdx-quote", rev="f7968ff", optional=true, features=["mock"] }
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.17", 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={ git="https://github.com/entropyxyz/tdx-quote", rev="f7968ff", optional=true, features=[
"mock",
] }

[dev-dependencies]
serial_test ="3.1.1"
Expand Down

0 comments on commit f00bf27

Please sign in to comment.