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:
parent
0d3f283c37
commit
91ac0d977b
1 changed files with 3 additions and 0 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue