mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-17 08:33:30 +01:00
add badges
This commit is contained in:
parent
06e813cf03
commit
cc314cee76
@ -16,6 +16,10 @@ exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
|
||||
name = "actix_redis"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "actix/actix-redis", branch = "master" }
|
||||
codecov = { repository = "actix/actix-redis", branch = "master", service = "github" }
|
||||
|
||||
[features]
|
||||
default = ["web"]
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
# Redis integration for actix framework
|
||||
# Actix redis [![Build Status](https://travis-ci.org/actix/actix-redis.svg?branch=master)](https://travis-ci.org/actix/actix-redis) [![codecov](https://codecov.io/gh/actix/actix-redis/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-redis) [![crates.io](http://meritbadge.herokuapp.com/actix-web)](https://crates.io/crates/actix-redis)
|
||||
|
||||
Redis integration for actix framework.
|
||||
|
||||
## Documentation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user