1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/multipart/Cargo.toml

17 lines
418 B
TOML
Raw Normal View History

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