mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
17 lines
275 B
TOML
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" }
|