]> git.immae.eu Git - github/fretlink/hmacaroons.git/blobdiff - README.md
Add some notes on macaroons
[github/fretlink/hmacaroons.git] / README.md
index 994cb4b3fcee6d48398965fd2239153ac87a9800..452b90a16bf117184838555e47c07bb435230f1b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Macaroons: Pure haskell implementation of macaroons
+Macaroons: Pure haskell implementation of macaroons [![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons)
 ===================================================
 
 Macaroons is a pure haskell implementation of macaroons. It aims to provide
@@ -26,14 +26,17 @@ Implementations
 
 - [C](https://github.com/rescrv/libmacaroons)
 - [Java](https://github.com/nitram509/jmacaroons)
-- [Python](https://github.com/ecordell/pymacaroons)
 - [Node.js](https://github.com/nitram509/macaroons.js)
+- [Python](https://github.com/ecordell/pymacaroons)
+- [Rust](https://github.com/cryptosphere/rust-macaroons.git)
 
 TODO
 ====
 
+- Third party caveats
 - Verify Macaroons
 - Discharge Macaroons
 - JSON serialization
 - Quickcheck tests
 - Error handling
+- FFI's for testing and benchmarking purposes