Skip to content

Commit

Permalink
TaploFmt
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed May 15, 2024
1 parent f52d484 commit d638aec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ parity-scale-codec="3.6.12"
sp-core ={ version="31.0.0", default-features=false }

# Entropy
entropy-shared ={ version="0.1.0-rc.1", path="../shared" }
entropy-kvdb ={ version="0.1.0-rc.1", path="../kvdb", default-features=false }
entropy-shared={ version="0.1.0-rc.1", path="../shared" }
entropy-kvdb={ version="0.1.0-rc.1", path="../kvdb", default-features=false }
entropy-protocol={ version="0.1.0-rc.1", path="../protocol", features=["server"] }
entropy-client ={ version="0.1.0-rc.1", path="../client", default-features=false, features=["native"] }
entropy-client={ version="0.1.0-rc.1", path="../client", default-features=false, features=[
"native",
] }

# Programs
entropy-programs-runtime="0.10.0"
Expand Down

0 comments on commit d638aec

Please sign in to comment.