1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00
actix-website/examples/testing/Cargo.toml

16 lines
213 B
TOML
Raw Normal View History

2019-06-17 21:39:58 +02:00
[package]
name = "testing"
version = "1.0.0"
2019-06-17 21:39:58 +02:00
edition = "2018"
[dependencies]
2020-09-12 17:21:54 +02:00
actix-web = "3"
futures = "0.3"
futures-util = "0.3"
bytes = "0.5"
2019-06-24 23:43:31 +02:00
serde = "1.0"
serde_json = "1.0"
2020-09-12 17:21:54 +02:00
[dev-dependencies]
actix-rt = "1"