Files
letro-authentication-service/Cargo.toml
2022-09-27 18:27:52 +02:00

9 lines
267 B
TOML

[workspace]
default-members = ["crates/cli"]
members = ["crates/*"]
[patch.crates-io]
# XXX: temporary override waiting on a new version of the sha2 crate
sha2 = { git = "https://github.com/RustCrypto/hashes.git", rev = "f9af45fdde84bb24c25f90011d7b2316783eb29f" }