1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/multipart-async-std/Cargo.toml
2020-09-12 16:49:45 +01:00

18 lines
449 B
TOML

[package]
name = "multipart-async-std-example"
version = "0.3.0"
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
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]
actix-web = "3"
actix-multipart = "0.3"
futures = "0.3.1"
async-std = "1.4.0"
sanitize-filename = "0.2"