Initial commit

This commit is contained in:
timokoesters 2020-02-15 22:42:21 +01:00
commit 6264628c11
5 changed files with 1029 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "matrixserver"
version = "0.1.0"
authors = ["timokoesters <timo@koesters.xyz>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.4.2"
http = "0.2.0"
ruma-client-api = "0.6.0"
pretty_env_logger = "0.4.0"