X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=da7746204ea6c4fcf01f8b3cafb22056fc7d7bb2;hb=1dcd44f350f9842027b498e89ae586275047a3d3;hp=994cb4b3fcee6d48398965fd2239153ac87a9800;hpb=1971e224efa6a5940fb8b15c718f2b59c2d0f014;p=github%2Ffretlink%2Fhmacaroons.git diff --git a/README.md b/README.md index 994cb4b..da77462 100644 --- 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,6 @@ 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) - -TODO -==== - -- Verify Macaroons -- Discharge Macaroons -- JSON serialization -- Quickcheck tests -- Error handling +- [Python](https://github.com/ecordell/pymacaroons) +- [Rust](https://github.com/cryptosphere/rust-macaroons.git)