diff options
author | BlackDex <[email protected]> | 2019-01-27 15:39:19 +0100 |
---|---|---|
committer | BlackDex <[email protected]> | 2019-01-27 15:39:19 +0100 |
commit | 9657463717048519dd3683d2f2add52fa2c91205 (patch) | |
tree | 51d3be259c02a157a228e464d2a8198697f5bc08 /Cargo.toml | |
parent | 700e084101fe789433b48f17e555121f39c79bb8 (diff) | |
download | vaultwarden-9657463717048519dd3683d2f2add52fa2c91205.tar.gz vaultwarden-9657463717048519dd3683d2f2add52fa2c91205.zip |
Added better favicon downloader.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 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' } + |