1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-30 19:24:42 +02:00

Make openssl crate as default (non feature-flipped)

Dieser Commit ist enthalten in:
Ymage 2020-03-16 22:39:10 +01:00
Ursprung b837348b25
Commit ba725e1c25

Datei anzeigen

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