Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion crates/calciforge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ secrets-client = { path = "../secrets-client" }
# Async runtime
tokio = { version = "1", features = ["full", "net"] }

# Crypto (for Signal channel)
# Crypto (channel signatures and provider integrations)
hmac = "0.12"
sha1 = "0.10"
sha2 = "0.10"
hex = "0.4"

Expand Down
Loading
Loading