Move to actix-web

This commit is contained in:
jordan@doyle.la 2020-04-13 11:33:52 +01:00
parent 296cd50b7b
commit ccef0d9370
No known key found for this signature in database
GPG key ID: 1EA6BAE6F66DC49A
9 changed files with 1176 additions and 348 deletions

View file

@ -8,17 +8,26 @@ authors = ["Jordan Doyle <jordan@doyle.la>"]
edition = "2018"
[dependencies]
argh = "0.1"
log = "0.4"
pretty_env_logger = "0.4"
owning_ref = "0.4"
linked-hash-map = "0.5"
rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "async" }
askama = "0.9"
lazy_static = "1.4"
serde = { version = "1.0", features = ["derive"] }
rand = { version = "0.7", features = ["nightly"] }
gpw = "0.1"
actix = "0.10.0-alpha.2"
actix-web = "3.0.0-alpha.1"
actix-rt = "1.0"
htmlescape = "0.3"
askama = "0.9"
syntect = "4.1"
serde_derive = "1.0"
tokio = { version = "0.2", features = ["sync"] }
async-trait = "0.1"
futures = "0.3"
[profile.release]
lto = true