Fixed cipher import, created missing data structs instead of using generic Value, and fixed some warnings

This commit is contained in:
Daniel García
2018-02-23 00:38:54 +01:00
parent c8b45f5fe5
commit dfefbf1f31
13 changed files with 190 additions and 131 deletions

View File

@@ -1,3 +1,5 @@
#![allow(unused_imports)]
use rocket_contrib::{Json, Value};
use db::DbConn;