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 afbf1db331d99ab1bbc9413e1e3e167be3e69728
parent 1aefaec29701034c88c6925c49b075ce5cb889d1
Author: Robert Kaussow <mail@geeklabor.de>
Date:   Thu,  4 Jun 2020 01:21:30 +0200

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]