mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
dfd4413482
Sourced via git using a `patch.crates-io` directive. Also bumps `signature` to 1.3.x
7 lines
190 B
TOML
7 lines
190 B
TOML
[workspace]
|
|
members = ["ecdsa", "ed25519"]
|
|
|
|
[patch.crates-io]
|
|
der = { git = "https://github.com/RustCrypto/utils.git" }
|
|
elliptic-curve = { git = "https://github.com/RustCrypto/traits.git" }
|