mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
bc4e0422c8
* update testing to actix-web 2.0.0 and improve stream testing code
14 lines
197 B
TOML
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"
|