Skip to content

Commit

Permalink
feat: Define the SignerMessage type
Browse files Browse the repository at this point in the history
  • Loading branch information
netrome committed May 6, 2024
1 parent 029a780 commit 039a182
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 4 deletions.
219 changes: 218 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ thiserror = "1.0"
tokio = "1.32.0"
tracing = { version = "0.1", default-features = false }
tracing-attributes = "0.1"
wsts = "9.0.0"

[workspace.dependencies.tracing-subscriber]
version = "0.3"
Expand Down
1 change: 1 addition & 0 deletions signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ thiserror.workspace = true
tracing.workspace = true
tracing-attributes.workspace = true
tracing-subscriber.workspace = true
wsts.workspace = true

[dev-dependencies]
more-asserts = "0.3"
Expand Down
Loading

0 comments on commit 039a182

Please sign in to comment.