0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-01 03:29:03 +02:00

Make openssl crate as default (non feature-flipped)

This commit is contained in:
Ymage 2020-03-16 22:39:10 +01:00
parent b837348b25
commit ba725e1c25

View file

@ -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;