Add activity_pub::Actor trait

This commit is contained in:
Bat
2018-04-23 12:57:14 +01:00
parent 474f063542
commit 74ce9aeec0
2 changed files with 29 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ use dotenv::dotenv;
use std::env;
use rocket_contrib::Template;
mod activity_pub;
mod db_conn;
mod models;
mod schema;