Add validator

This commit is contained in:
Bat
2018-06-29 14:22:43 +02:00
parent 6b1c68b89e
commit b008e11fb0
3 changed files with 67 additions and 4 deletions
+3
View File
@@ -17,6 +17,9 @@ extern crate rocket_i18n;
extern crate rpassword;
#[macro_use]
extern crate serde_json;
extern crate validator;
#[macro_use]
extern crate validator_derive;
extern crate webfinger;
use rocket_contrib::Template;