Add maintenance intention badge

pull/4/head
Diego Barrios Romero 2018-11-16 18:07:02 +01:00
parent 81e5ac7225
commit 5bff87333c
2 changed files with 4 additions and 3 deletions

View File

@ -19,9 +19,9 @@ include = [
"LICENSE-APACHE",
]
[badges.travis-ci]
branch = "master"
repository = "eldruin/ds323x-rs"
[badges]
travis-ci = { repository = "eldruin/ds323x-rs", branch = "master" }
maintenance = { status = "actively-developed" }
[dependencies]
embedded-hal = "0.2"

View File

@ -3,6 +3,7 @@
[![crates.io](https://img.shields.io/crates/v/ds323x.svg)](https://crates.io/crates/ds323x)
[![Docs](https://docs.rs/ds323x/badge.svg)](https://docs.rs/ds323x)
[![Build Status](https://travis-ci.org/eldruin/ds323x-rs.svg?branch=master)](https://travis-ci.org/eldruin/ds323x-rs)
![Maintenance Intention](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg)
This is a platform agnostic Rust driver for the DS3231, DS3232 and DS3234
extremely accurate real-time clocks, based on the [`embedded-hal`] traits.