feat(all): Update badges in README and Cargo.toml

This commit is contained in:
Alexis Mousset
2018-04-14 14:15:35 +02:00
parent 8d92dbb0c2
commit 36381eb345
3 changed files with 13 additions and 2 deletions

View File

@@ -6,6 +6,8 @@
[![Docs](https://docs.rs/lettre/badge.svg)](https://docs.rs/lettre/)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![Gitter](https://badges.gitter.im/lettre/lettre.svg)](https://gitter.im/lettre/lettre?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/lettre/lettre.svg)](http://isitmaintained.com/project/lettre/lettre "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/lettre/lettre.svg)](http://isitmaintained.com/project/lettre/lettre "Percentage of issues still open")
An email library written in Rust.
@@ -61,6 +63,7 @@ fn main() {
* [User documentation](http://lettre.at/)
* [API reference](https://docs.rs/lettre/)
* [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md)
## Install