File size: 324 Bytes
9552aa0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[workspace]
members = [
    "ferron",
    "ferron-passwd",
]
resolver = "2"

[workspace.dependencies]
yaml-rust2 = "0.10.0"
password-auth = { version = "1.0.0", features = ["argon2", "pbkdf2", "scrypt"] }
rusty-hook = "0.11.2"
mimalloc = "0.1.45"

[profile.release]
strip = true
lto = true
codegen-units = 1
panic = "abort"