mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-01-21 01:12:28 -05:00
add back openssl crate
This commit is contained in:
parent
1aefaec297
commit
afbf1db331
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
#![feature(proc_macro_hygiene, try_trait, ip)]
|
#![feature(proc_macro_hygiene, try_trait, ip)]
|
||||||
#![recursion_limit = "256"]
|
#![recursion_limit = "256"]
|
||||||
|
|
||||||
|
extern crate openssl;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate rocket;
|
extern crate rocket;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|
Loading…
Add table
Reference in a new issue