1
0
mirror of https://github.com/actix/examples synced 2025-02-02 09:39:03 +01:00

19 lines
335 B
TOML
Raw Normal View History

2020-02-05 12:53:33 +09:00
[package]
name = "multipart-s3"
2022-02-02 01:45:20 +00:00
version = "1.0.0"
edition = "2021"
2020-02-05 12:53:33 +09:00
[dependencies]
2022-02-25 21:07:22 +00:00
actix-web = "4"
2022-02-25 21:25:21 +00:00
actix-multipart = "0.4"
2022-02-18 02:13:08 +00:00
dotenv = "0.15.0"
env_logger = "0.9"
2020-02-05 12:53:33 +09:00
futures = "0.3.1"
2022-02-18 02:13:08 +00:00
log = "0.4"
rusoto_core = "0.47.0"
2022-02-18 02:13:08 +00:00
rusoto_s3 = "0.47.0"
sanitize-filename = "0.3"
2020-04-01 18:53:59 +09:00
serde = { version = "1.0.104", features = ["derive"] }
2020-02-05 12:53:33 +09:00
serde_json = "1.0"