aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2018-06-29 10:46:41 -0500
committerDoug Goldstein <cardoe@cardoe.com>2018-06-29 10:58:39 -0500
commit66c772cef7f1766a40bcb4f8df786c57b74cc489 (patch)
tree2ed9f43cc293104f43757ad415ada3a9a1d8737b
parentswitch from cargo to structopt for arg parsing (diff)
downloadcargo-ebuild-66c772cef7f1766a40bcb4f8df786c57b74cc489.tar.gz
cargo-ebuild-66c772cef7f1766a40bcb4f8df786c57b74cc489.tar.bz2
cargo-ebuild-66c772cef7f1766a40bcb4f8df786c57b74cc489.zip
mark project as passively maintained
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7e7ccf4..7cb54bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,7 @@ path = "src/lib.rs"
[badges]
travis-ci = { repository = "cardoe/cargo-ebuild" }
+maintenance = { status = "passively-maintained" }
[dependencies]
cargo = "^0.21"