mirror of https://github.com/eldruin/ds323x-rs
Add maintenance intention badge
parent
81e5ac7225
commit
5bff87333c
|
@ -19,9 +19,9 @@ include = [
|
||||||
"LICENSE-APACHE",
|
"LICENSE-APACHE",
|
||||||
]
|
]
|
||||||
|
|
||||||
[badges.travis-ci]
|
[badges]
|
||||||
branch = "master"
|
travis-ci = { repository = "eldruin/ds323x-rs", branch = "master" }
|
||||||
repository = "eldruin/ds323x-rs"
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
embedded-hal = "0.2"
|
embedded-hal = "0.2"
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
[![crates.io](https://img.shields.io/crates/v/ds323x.svg)](https://crates.io/crates/ds323x)
|
[![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)
|
[![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)
|
[![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
|
This is a platform agnostic Rust driver for the DS3231, DS3232 and DS3234
|
||||||
extremely accurate real-time clocks, based on the [`embedded-hal`] traits.
|
extremely accurate real-time clocks, based on the [`embedded-hal`] traits.
|
||||||
|
|
Loading…
Reference in New Issue