1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/forms/multipart-s3/Cargo.toml

18 lines
420 B
TOML
Raw Normal View History

2020-02-05 04:53:33 +01:00
[package]
name = "multipart-s3"
version = "0.1.0"
edition = "2021"
2020-02-05 04:53:33 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-02-02 01:44:58 +01:00
actix-web = "4.0.0-rc.1"
actix-multipart = "0.4.0-beta.12"
2020-02-05 04:53:33 +01:00
futures = "0.3.1"
rusoto_s3 = "0.47.0"
rusoto_core = "0.47.0"
2020-04-01 11:53:59 +02:00
serde = { version = "1.0.104", features = ["derive"] }
2020-02-05 04:53:33 +01:00
serde_json = "1.0"
2020-04-01 11:53:59 +02:00
dotenv = "0.15.0"
sanitize-filename = "0.3"