mirror of
https://github.com/actix/actix-website
synced 2024-11-27 18:12:57 +01:00
20517d415d
* Update to futures 0.3 * update examples/errors to actix-web 2.0
12 lines
165 B
TOML
12 lines
165 B
TOML
[package]
|
|
name = "extractors"
|
|
version = "1.0.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-web = "2.0"
|
|
actix-rt = "1.0"
|
|
serde = "1.0"
|
|
futures = "0.3"
|
|
serde_json = "1.0"
|