add back openssl crate

This commit is contained in:
Robert Kaussow 2020-06-04 01:21:30 +02:00
parent 1aefaec297
commit afbf1db331
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#![feature(proc_macro_hygiene, try_trait, ip)]
#![recursion_limit = "256"]
extern crate openssl;
#[macro_use]
extern crate rocket;
#[macro_use]