This commit is contained in:
nora 2024-08-30 01:10:06 +02:00
parent a081ecc8c8
commit 5102c3ff64
18 changed files with 527 additions and 143 deletions

View file

@ -14,8 +14,3 @@ useless_format = "allow"
[workspace.dependencies]
tracing = "0.1.40"
eyre = "0.6.12"
# Blowfish (bcrypt) is the critical path for private key encryption (KDF),
# and not optimizing it makes the test suite a lot slower.
[profile.dev.package.blowfish]
opt-level = 3