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 ba725e1c256464620def3146cf3167b37292de0d
parent b837348b257ab6a917b9f34185121cc95c6275fe
Author: Ymage <heltem+git@o2php.com>
Date:   Mon, 16 Mar 2020 22:39:10 +0100

Make openssl crate as default (non feature-flipped)

Diffstat:
Msrc/main.rs | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

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