Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
13 changes: 13 additions & 0 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion crates/sprout-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ sprout-core = { workspace = true }
# Base64 encoding — NIP-98 event serialization for Authorization header
base64 = "0.22"

# SHA-256 — NIP-98 payload hash tag and Blossom file hash
# SHA-256 — NIP-98 payload hash tag, Blossom file hash, mem patch base-hash
sha2 = "0.11"

# Unified-diff parser and strict applier — `mem patch`
diffy = "0.5"

# Hex encoding — SHA-256 hash output for Blossom uploads
hex = { workspace = true }

Expand Down
Loading
Loading