summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-04-27 22:09:27 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-04-27 22:09:27 +0200
commit597e21d69cad0e170670d59c77e20a64b1404afe (patch)
tree794fc56ecc574b34d49ef2c2ed140f006678758f /README.md
parentc2c3aa3643d1188e2c1e7ad8cdaf612cc95c79aa (diff)
Add some more text in the README as well as a link to crates.io
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6cf47c4..a2594a9 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,15 @@
`task-hookrs` is a rust library for writing
[taskwarrior](https://taskwarrior.org) hooks.
+* [crate](https://crates.io/crates/task-hookrs/)
* [Documentation](https://matthiasbeyer.github.io/task-hookrs/task-hookrs/index.html)
* [![Build Status](https://travis-ci.org/matthiasbeyer/task-hookrs.svg?branch=master)](https://travis-ci.org/matthiasbeyer/task-hookrs)
* [travis-ci](https://travis-ci.org/matthiasbeyer/task-hookrs)
+`task-hookrs` is able to import and export the JSON taskwarrior understands, so
+you can write taskwarrior hooks without having to deal with the JSON
+import/export foo by simply using this crate.
+
# License
task-hookrs - A Rust library for writing taskwarrior hooks and general interfacing with taskwarrior