Adding base64

This commit is contained in:
shockrah 2020-05-10 12:56:55 -07:00
parent 68d864710a
commit 11669840b2

View File

@ -10,6 +10,7 @@ extern crate serde;
extern crate serde_json;
extern crate rand;
extern crate getrandom;
extern crate base64;
use rocket_contrib::templates::Template;
@ -25,6 +26,7 @@ mod users;
mod channels;
mod err;
mod auth;
mod utils;
use invites::*;
use channels::*;