1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 08:43:01 +01:00
actix-website/examples/testing/Cargo.toml
Evgeniy Tatarkin bc4e0422c8 update testing to actix-web 2.0.0 and improve stream testing code (#141)
* update testing to actix-web 2.0.0 and improve stream testing code
2020-01-22 06:40:37 +09:00

14 lines
197 B
TOML

[package]
name = "testing"
version = "1.0.0"
edition = "2018"
[dependencies]
actix-web = "2.0"
actix-rt = "1.0"
futures = "0.3"
futures-util = "0.3"
bytes = "0.5"
serde = "1.0"
serde_json = "1.0"