Refactor HTTP implementation of API methods

This commit is contained in:
Dustin J. Mitchell 2020-11-26 11:32:20 -05:00
parent a5c06008b3
commit e84871931f
8 changed files with 100 additions and 30 deletions

View file

@ -9,6 +9,5 @@ edition = "2018"
[dependencies]
actix-web = "3.3.0"
failure = "0.1.8"
serde = "1.0.117"
serde_json = "1.0.59"
futures = "0.3.8"
taskchampion = { path = "../taskchampion" }