Mount the API endpoints

This commit is contained in:
Bat
2018-09-25 20:45:32 +01:00
parent 472da486e9
commit f893056d6d
4 changed files with 22 additions and 3 deletions
+4
View File
@@ -5,6 +5,7 @@ version = "0.2.0"
[dependencies]
activitypub = "0.1.3"
atom_syndication = "0.6"
canapi = "0.1"
colored = "1.6"
dotenv = "0.13"
failure = "0.1"
@@ -30,6 +31,9 @@ version = "0.4"
features = ["postgres", "r2d2", "chrono"]
version = "*"
[dependencies.plume-api]
path = "plume-api"
[dependencies.plume-common]
path = "plume-common"