2018-04-13 03:18:42 +02:00
|
|
|
[package]
|
|
|
|
name = "multipart-example"
|
2019-12-07 15:40:31 +01:00
|
|
|
version = "0.3.0"
|
|
|
|
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
|
2019-03-29 21:43:03 +01:00
|
|
|
edition = "2018"
|
2019-12-07 15:40:31 +01:00
|
|
|
license = "MIT"
|
|
|
|
description = "Simple file uploader in Actix Web with Async/Await"
|
|
|
|
keywords = ["actix", "actix-web", "multipart"]
|
|
|
|
repository = "https://github.com/actix/examples"
|
|
|
|
readme = "README.md"
|
2018-04-13 03:18:42 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2019-12-20 17:30:26 +01:00
|
|
|
actix-multipart = "0.2.0"
|
2019-12-15 18:07:17 +01:00
|
|
|
actix-rt = "1.0.0"
|
2020-04-05 06:50:44 +02:00
|
|
|
actix-web = "2.0.0"
|
|
|
|
futures = "0.3.1"
|