Move to actix-web
This commit is contained in:
parent
296cd50b7b
commit
ccef0d9370
9 changed files with 1176 additions and 348 deletions
17
Cargo.toml
17
Cargo.toml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue