feat: simple endpoint handlers

This commit is contained in:
timokoesters 2020-02-18 22:07:57 +01:00
parent 6264628c11
commit cd777af41c
4 changed files with 181 additions and 30 deletions

View file

@ -9,5 +9,6 @@ edition = "2018"
[dependencies]
rocket = "0.4.2"
http = "0.2.0"
ruma-client-api = "0.6.0"
ruma-client-api = { git = "https://github.com/ruma/ruma-client-api" }
pretty_env_logger = "0.4.0"
log = "0.4.8"