Add the possibility to save an article as draft

This commit is contained in:
Bat
2018-09-10 19:38:19 +01:00
parent fcdd3d4c1a
commit 8879935925
7 changed files with 56 additions and 18 deletions
+4
View File
@@ -22,6 +22,10 @@ validator_derive = "0.7"
webfinger = "0.3"
workerpool = "1.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.diesel]
features = ["postgres", "r2d2", "chrono"]
version = "*"