Actually start playing with ActivityPub

And Rust
This commit is contained in:
Bat
2018-04-24 15:52:47 +01:00
parent 0b00849a62
commit 721456de30
9 changed files with 73 additions and 9 deletions
+4
View File
@@ -8,6 +8,10 @@ extern crate diesel;
extern crate dotenv;
extern crate rocket;
extern crate rocket_contrib;
#[feature(custom_attribute)]
extern crate serde;
#[macro_use]
extern crate serde_derive;
#[macro_use]
extern crate serde_json;