mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-12 05:07:40 +02:00
add back openssl crate
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
#![feature(proc_macro_hygiene, try_trait, ip)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
extern crate openssl;
|
||||
#[macro_use]
|
||||
extern crate rocket;
|
||||
#[macro_use]
|
||||
|
Reference in New Issue
Block a user