1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-09 22:14:58 +00:00

Update Cargo.toml

This commit is contained in:
8codebubble 2025-06-10 14:32:27 +09:00 committed by GitHub
parent 0d3f283c37
commit 91ac0d977b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,6 +45,9 @@ syslog = "7.0.0"
[dependencies]
macros = { path = "./macros" }
#Adding aws lambda dependancy
lambda-web = { version = "0.2.0", features=["rocket05"] }
# Logging
log = "0.4.27"
fern = { version = "0.7.1", features = ["syslog-7", "reopen-1"] }