1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-17 08:33:30 +01:00

prepare release

This commit is contained in:
Nikolay Kim 2018-01-23 10:06:43 -08:00
parent 4303299568
commit 088132fc96
2 changed files with 6 additions and 1 deletions

5
CHANGES.md Normal file
View File

@ -0,0 +1,5 @@
# Changes
## 0.1.0 (2018-01-23)
* First release

View File

@ -5,7 +5,7 @@ authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Redis integration for actix framework"
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["http", "web", "framework", "async", "actix"]
keywords = ["web", "redis", "async", "actix", "tokio"]
homepage = "https://github.com/actix/actix-redis"
repository = "https://github.com/actix/actix-redis.git"
documentation = "https://docs.rs/actix-redis/"