Files
RustCrypto-signatures/Cargo.toml
T
Tony Arcieri dfd4413482 ecdsa: bump elliptic-curve to v0.9.0-pre (#225)
Sourced via git using a `patch.crates-io` directive.

Also bumps `signature` to 1.3.x
2021-01-12 08:57:27 -08:00

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" }