Cleaning up error handling on server.rs

- Fixes #83
This commit is contained in:
Dessalines 2019-04-21 00:26:26 -07:00
parent a05f53dae9
commit 811607f81a
2 changed files with 528 additions and 509 deletions

View file

@ -13,6 +13,8 @@ pub extern crate bcrypt;
pub extern crate regex;
#[macro_use] pub extern crate strum_macros;
#[macro_use] pub extern crate lazy_static;
#[macro_use] extern crate failure;
pub mod schema;
pub mod apub;
pub mod actions;

File diff suppressed because it is too large Load diff