Merge pull request #1019 from xoxys/master

Add back openssl crate
pull/1020/head
Daniel García 5 years ago committed by GitHub
commit fac3cb687d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save