mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-11 05:22:40 +01:00
Make openssl crate as default (non feature-flipped)
This commit is contained in:
parent
b837348b25
commit
ba725e1c25
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user