Remove hard dep on actix

This commit is contained in:
asonix 2018-07-11 17:32:51 -05:00
parent bcec67e569
commit 5257418f41
2 changed files with 3 additions and 4 deletions

View file

@ -1,10 +1,10 @@
[package]
name = "actix-form-data"
description = "Multipart Form Data for Actix Web"
version = "0.2.1"
version = "0.2.2"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://github.com/asonix/actix-multipart"
repository = "git.asonix.cloud/asonix/actix-form-data"
readme = "README.md"
keywords = ["actix", "form-data", "multipart", "async"]
@ -12,7 +12,6 @@ keywords = ["actix", "form-data", "multipart", "async"]
name = "form_data"
[dependencies]
actix = "0.5.6"
actix-web = "0.6.0"
bytes = "0.4.7"
failure = "0.1"

View file

@ -12,7 +12,7 @@ Add it to your dependencies.
[dependencies]
actix-web = "0.6.0"
actix-form-data = "0.2.1"
actix-form-data = "0.2.2"
```
Require it in your project.