Adding base64
This commit is contained in:
parent
68d864710a
commit
11669840b2
@ -10,6 +10,7 @@ extern crate serde;
|
|||||||
extern crate serde_json;
|
extern crate serde_json;
|
||||||
extern crate rand;
|
extern crate rand;
|
||||||
extern crate getrandom;
|
extern crate getrandom;
|
||||||
|
extern crate base64;
|
||||||
|
|
||||||
|
|
||||||
use rocket_contrib::templates::Template;
|
use rocket_contrib::templates::Template;
|
||||||
@ -25,6 +26,7 @@ mod users;
|
|||||||
mod channels;
|
mod channels;
|
||||||
mod err;
|
mod err;
|
||||||
mod auth;
|
mod auth;
|
||||||
|
mod utils;
|
||||||
|
|
||||||
use invites::*;
|
use invites::*;
|
||||||
use channels::*;
|
use channels::*;
|
||||||
|
Loading…
Reference in New Issue
Block a user