mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-10-20 08:32:27 +00:00
Added better favicon downloader.
This commit is contained in:
parent
700e084101
commit
9657463717
5 changed files with 299 additions and 5 deletions
|
@ -98,6 +98,10 @@ handlebars = "1.1.0"
|
|||
# Macro ident-combining library
|
||||
paste = "0.1.4"
|
||||
|
||||
# For favicon extraction from main website
|
||||
soup = "0.3.0"
|
||||
regex = "1.1.0"
|
||||
|
||||
[patch.crates-io]
|
||||
# Add support for Timestamp type
|
||||
rmp = { git = 'https://github.com/dani-garcia/msgpack-rust' }
|
||||
|
@ -105,3 +109,4 @@ rmp = { git = 'https://github.com/dani-garcia/msgpack-rust' }
|
|||
# Use new native_tls version 0.2
|
||||
lettre = { git = 'https://github.com/lettre/lettre', rev = 'c988b1760ad81' }
|
||||
lettre_email = { git = 'https://github.com/lettre/lettre', rev = 'c988b1760ad81' }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue