WIP: signing

This commit is contained in:
Bat
2018-04-29 16:40:10 +01:00
parent 721456de30
commit 5e6be0cf93
5 changed files with 112 additions and 3 deletions
+4
View File
@@ -1,11 +1,15 @@
#![feature(plugin, custom_derive)]
#![plugin(rocket_codegen)]
extern crate base64;
extern crate bcrypt;
extern crate chrono;
extern crate heck;
extern crate hex;
#[macro_use]
extern crate diesel;
extern crate dotenv;
extern crate openssl;
extern crate rocket;
extern crate rocket_contrib;
#[feature(custom_attribute)]