1
0
Fork 0

add back openssl crate

Dieser Commit ist enthalten in:
Robert Kaussow 2020-06-04 01:21:30 +02:00
Ursprung 1aefaec297
Commit afbf1db331

Datei anzeigen

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