1
0
mirror of https://github.com/actix/actix-website synced 2025-01-23 00:25:55 +01:00

12 lines
161 B
TOML
Raw Normal View History

2019-06-17 15:15:33 -04:00
[package]
name = "responses"
version = "1.0.0"
2019-06-17 15:15:33 -04:00
edition = "2018"
[dependencies]
2019-12-29 02:59:48 +09:00
actix-web = "2.0"
actix-rt = "1.0"
2019-06-17 15:15:33 -04:00
serde = "1.0"
2019-12-29 02:59:48 +09:00
futures = "0.3.1"
2020-01-02 18:36:32 +06:00
bytes = "0.5"