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
commit fac3cb687d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]