diff --git a/Cargo.toml b/Cargo.toml index c2b6d30..5ef5a48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 469d954..ae829ad 100644 --- a/README.md +++ b/README.md @@ -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.