mirror of
https://github.com/actix/actix-website
synced 2024-11-24 08:43:01 +01:00
14 lines
203 B
TOML
14 lines
203 B
TOML
[package]
|
|
name = "requests"
|
|
version = "1.0.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
actix-web = "2.0"
|
|
actix-rt = "1.0"
|
|
futures = "0.3.1"
|
|
bytes = "0.4"
|
|
actix-multipart = "0.2"
|