feat: simple endpoint handlers
This commit is contained in:
parent
6264628c11
commit
cd777af41c
4 changed files with 181 additions and 30 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue