mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
13 lines
178 B
TOML
13 lines
178 B
TOML
[package]
|
|
name = "testing"
|
|
version = "1.0.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
futures = "0.3"
|
|
futures-util = "0.3"
|
|
bytes = "0.5"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|