Add a function to send activity to an inbox

This commit is contained in:
Bat
2018-04-30 19:08:44 +01:00
parent e93bb3a21f
commit 59652e8655
4 changed files with 665 additions and 6 deletions
+1
View File
@@ -10,6 +10,7 @@ extern crate hex;
extern crate diesel;
extern crate dotenv;
extern crate openssl;
extern crate reqwest;
extern crate rocket;
extern crate rocket_contrib;
extern crate serde;