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

16 lines
415 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"
actix-multipart = "0.2.0-alpha.3"
actix-web = "2.0.0-alpha.3"