Skip to content

Commit 8137fa3

Browse files
committed
signature: bring back signature in the workspace
1 parent 96dfc4a commit 8137fa3

File tree

4 files changed

+43
-288
lines changed

4 files changed

+43
-288
lines changed

Cargo.lock

+37-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ members = [
1111
"password-hash",
1212
"signature_derive",
1313
"universal-hash",
14+
"signature",
1415
]
1516
exclude = [
1617
"elliptic-curve",
17-
"signature",
1818
]
19+
20+
[patch.crates-io]
21+
signature = { path = "signature" }
22+
sha2 = { git = "https://github.com/RustCrypto/hashes.git", branch = "edition_upgrade" }

signature/Cargo.lock

-269
This file was deleted.

0 commit comments

Comments
 (0)