1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

add fn service helpers

This commit is contained in:
Nikolay Kim
2019-02-22 14:13:48 -08:00
parent a0e2d926e6
commit d2bd9134aa
4 changed files with 101 additions and 36 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-service"
version = "0.3.0"
version = "0.2.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix Service"
keywords = ["network", "framework", "async", "futures"]