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

14 lines
203 B
TOML
Raw Normal View History

2019-06-17 14:34:23 -04:00
[package]
name = "requests"
version = "1.0.0"
2019-06-17 14:34:23 -04:00
edition = "2018"
[dependencies]
serde = "1.0"
serde_json = "1.0"
2019-12-29 02:32:47 +09:00
actix-web = "2.0"
actix-rt = "1.0"
futures = "0.3.1"
2019-06-17 14:34:23 -04:00
bytes = "0.4"
2019-12-29 02:32:47 +09:00
actix-multipart = "0.2"