Post creation API (#307)

This commit is contained in:
Baptiste Gelez
2018-12-24 16:42:40 +01:00
committed by GitHub
parent fdfeeed6d9
commit 4ec2480f50
9 changed files with 683 additions and 530 deletions
+1
View File
@@ -18,6 +18,7 @@ extern crate plume_api;
extern crate plume_common;
extern crate reqwest;
extern crate rocket;
extern crate scheduled_thread_pool;
extern crate serde;
#[macro_use]
extern crate serde_derive;