1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

migrate to actix-service crate

This commit is contained in:
Nikolay Kim
2018-12-09 10:15:49 -08:00
parent a60bf691d5
commit 43e14818c4
17 changed files with 17 additions and 24 deletions

View File

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