2018-04-13 09:18:42 +08:00
|
|
|
[package]
|
|
|
|
name = "multipart-example"
|
2019-12-07 06:40:31 -08:00
|
|
|
version = "0.3.0"
|
|
|
|
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
|
2019-03-29 13:43:03 -07:00
|
|
|
edition = "2018"
|
2019-12-07 06:40:31 -08: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 09:18:42 +08:00
|
|
|
|
|
|
|
[dependencies]
|
2019-12-07 06:40:31 -08:00
|
|
|
futures = "0.3.1"
|
2019-12-20 22:30:26 +06:00
|
|
|
actix-multipart = "0.2.0"
|
2019-12-25 20:48:33 +04:00
|
|
|
actix-web = "2.0.0"
|
2019-12-15 23:07:17 +06:00
|
|
|
actix-rt = "1.0.0"
|