mirror of
https://github.com/actix/actix-website
synced 2025-06-27 15:39:02 +02:00
review handlers section
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
[package]
|
||||
name = "async-handlers"
|
||||
version = "1.0.0"
|
||||
version = "2.0.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0"
|
||||
futures = "0.1"
|
||||
bytes = "0.4"
|
||||
actix-web = "2.0"
|
||||
actix-rt = "1.0"
|
||||
futures = "0.3.1"
|
||||
bytes = "0.5"
|
||||
|
Reference in New Issue
Block a user