Initial commit
This commit is contained in:
commit
6264628c11
5 changed files with 1029 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue