1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/forms/multipart-s3/Cargo.toml
dependabot[bot] 81a79d23c8
Bump the aws group with 2 updates (#659)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-11-29 19:59:03 +00:00

22 lines
451 B
TOML

[package]
name = "multipart-s3-example"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-multipart.workspace = true
actix-web.workspace = true
actix-web-lab.workspace = true
aws-config = "1"
aws-sdk-s3 = "1"
dotenvy.workspace = true
env_logger.workspace = true
futures-util.workspace = true
log.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio = { workspace = true, features = ["io-util", "fs"] }
tokio-util = "0.7"