summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-13 18:46:48 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-13 18:46:48 +0100
commitae16d7b992a57d535b86bb03ec4afba48bd88ce6 (patch)
treea8b1681a1ad972963e2863edadc456f10b230ab1 /Cargo.toml
parent1ae070c33e8ca3ff932c8cfaee5bf2751afdfefe (diff)
downloadads1x1x-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 24cb4ae..d912552 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"