Merge pull request #1019 from xoxys/master

Add back openssl crate
This commit is contained in:
Daniel García
2020-06-04 01:24:28 +02:00
committed by GitHub

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]