diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-13 18:46:48 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-13 18:46:48 +0100 |
commit | ae16d7b992a57d535b86bb03ec4afba48bd88ce6 (patch) | |
tree | a8b1681a1ad972963e2863edadc456f10b230ab1 /Cargo.toml | |
parent | 1ae070c33e8ca3ff932c8cfaee5bf2751afdfefe (diff) | |
download | ads1x1x-async-ae16d7b992a57d535b86bb03ec4afba48bd88ce6.tar.gz ads1x1x-async-ae16d7b992a57d535b86bb03ec4afba48bd88ce6.tar.xz ads1x1x-async-ae16d7b992a57d535b86bb03ec4afba48bd88ce6.zip |
Add maintenance badge
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ include = [ [badges] travis-ci = { repository = "eldruin/ads1x1x-rs", branch = "master" } coveralls = { repository = "eldruin/ads1x1x-rs", branch = "master", service = "github" } +maintenance = { status = "actively-developed" } [dependencies] nb = "0.1" |