Skip to content

Commit

Permalink
signature: bring back signature in the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 22, 2025
1 parent 96dfc4a commit 8137fa3
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 288 deletions.
54 changes: 37 additions & 17 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ members = [
"password-hash",
"signature_derive",
"universal-hash",
"signature",
]
exclude = [
"elliptic-curve",
"signature",
]

[patch.crates-io]
signature = { path = "signature" }
sha2 = { git = "https://github.com/RustCrypto/hashes.git", branch = "edition_upgrade" }
269 changes: 0 additions & 269 deletions signature/Cargo.lock

This file was deleted.

Loading

0 comments on commit 8137fa3

Please sign in to comment.