1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 15:39:02 +02:00

Handlers done-ish.

This commit is contained in:
Cameron Dershem
2019-06-20 02:04:22 -04:00
parent 4291b822fc
commit 59f010461a
8 changed files with 62 additions and 79 deletions

View File

@ -1,9 +1,9 @@
[package]
name = "async-handlers"
version = "0.7.0"
version = "1.0.0"
edition = "2018"
[dependencies]
actix-web = "0.7"
actix-web = "1.0"
futures = "0.1"
bytes = "0.4"