vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit fac3cb687d1dbc6187cd29e348c6ef688b1067e1
parent 1aefaec29701034c88c6925c49b075ce5cb889d1
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Thu,  4 Jun 2020 01:24:28 +0200

Merge pull request #1019 from xoxys/master

Add back openssl crate
Diffstat:
Msrc/main.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/main.rs b/src/main.rs @@ -2,6 +2,7 @@ #![feature(proc_macro_hygiene, try_trait, ip)] #![recursion_limit = "256"] +extern crate openssl; #[macro_use] extern crate rocket; #[macro_use]