Add a job pool

This commit is contained in:
Bat
2018-07-26 17:32:52 +02:00
parent 5980c7b299
commit 1e5ad2b086
3 changed files with 21 additions and 4 deletions
+2 -1
View File
@@ -16,6 +16,7 @@ serde_json = "1.0"
validator = "0.7"
validator_derive = "0.7"
webfinger = "0.2"
workerpool = "1.1"
[dependencies.diesel]
features = ["postgres", "r2d2", "chrono"]
@@ -41,8 +42,8 @@ git = "https://github.com/SergioBenitez/Rocket"
rev = "df7111143e466c18d1f56377a8d9530a5a306aba"
[dependencies.rocket_csrf]
git = "https://github.com/fdb-hiroshima/rocket_csrf"
branch = "plume"
git = "https://github.com/fdb-hiroshima/rocket_csrf"
[dependencies.rocket_i18n]
git = "https://github.com/BaptisteGelez/rocket_i18n"