Update readme and cargo.toml

This commit is contained in:
timokoesters 2020-04-10 07:53:20 +02:00
parent 8f41a4d306
commit 93b1d97166
No known key found for this signature in database
GPG key ID: 356E705610F626D5
3 changed files with 33 additions and 28 deletions

46
Cargo.lock generated
View file

@ -138,6 +138,29 @@ dependencies = [
"bitflags",
]
[[package]]
name = "conduit"
version = "0.1.0"
dependencies = [
"directories",
"http",
"js_int",
"log",
"pretty_env_logger",
"rand",
"rocket",
"ruma-api",
"ruma-client-api",
"ruma-events",
"ruma-federation-api",
"ruma-identifiers",
"ruma-signatures",
"serde",
"serde_json",
"sled",
"tokio",
]
[[package]]
name = "constant_time_eq"
version = "0.1.5"
@ -598,29 +621,6 @@ version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "matrixserver"
version = "0.1.0"
dependencies = [
"directories",
"http",
"js_int",
"log",
"pretty_env_logger",
"rand",
"rocket",
"ruma-api",
"ruma-client-api",
"ruma-events",
"ruma-federation-api",
"ruma-identifiers",
"ruma-signatures",
"serde",
"serde_json",
"sled",
"tokio",
]
[[package]]
name = "maybe-uninit"
version = "2.0.0"