Files
RustCrypto-signatures/Cargo.toml
T
2024-01-28 19:18:48 -07:00

17 lines
275 B
TOML

[workspace]
resolver = "2"
members = [
"dsa",
"ecdsa",
"ed448",
"ed25519",
"rfc6979"
]
[profile.dev]
opt-level = 2
[patch.crates-io]
sha1 = { git = "https://github.com/RustCrypto/hashes.git" }
sha2 = { git = "https://github.com/RustCrypto/hashes.git" }