mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-16 08:33:57 +00:00
check if SENDMAIL_COMMAND is valid using 'which' crate
This commit is contained in:
parent
b7c4316c77
commit
8cc6dac893
3 changed files with 36 additions and 20 deletions
|
@ -151,6 +151,7 @@ semver = "1.0.16"
|
|||
# Allow overriding the default memory allocator
|
||||
# Mainly used for the musl builds, since the default musl malloc is very slow
|
||||
mimalloc = { version = "0.1.34", features = ["secure"], default-features = false, optional = true }
|
||||
which = "4.4.0"
|
||||
|
||||
# Strip debuginfo from the release builds
|
||||
# Also enable thin LTO for some optimizations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue