Move to rocket's async branch
This commit is contained in:
parent
8b8381bcc0
commit
884dc2867d
4 changed files with 479 additions and 327 deletions
|
@ -7,7 +7,7 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", features = ["tls"] }
|
||||
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", branch = "async", features = ["tls"] }
|
||||
http = "0.2.1"
|
||||
ruma-client-api = "0.7.1"
|
||||
pretty_env_logger = "0.4.0"
|
||||
|
@ -21,4 +21,5 @@ js_int = "0.1.4"
|
|||
serde_json = "1.0.50"
|
||||
ruma-signatures = { git = "https://github.com/ruma/ruma-signatures.git" }
|
||||
ruma-federation-api = "0.0.1"
|
||||
serde = "1.0.105"
|
||||
serde = "1.0.106"
|
||||
tokio = "0.2.16"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue