aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 994cb4b..97fc53e 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,9 @@ Implementations
26 26
27- [C](https://github.com/rescrv/libmacaroons) 27- [C](https://github.com/rescrv/libmacaroons)
28- [Java](https://github.com/nitram509/jmacaroons) 28- [Java](https://github.com/nitram509/jmacaroons)
29- [Python](https://github.com/ecordell/pymacaroons)
30- [Node.js](https://github.com/nitram509/macaroons.js) 29- [Node.js](https://github.com/nitram509/macaroons.js)
30- [Python](https://github.com/ecordell/pymacaroons)
31- [Rust](https://github.com/cryptosphere/rust-macaroons.git)
31 32
32TODO 33TODO
33==== 34====
@@ -37,3 +38,4 @@ TODO
37- JSON serialization 38- JSON serialization
38- Quickcheck tests 39- Quickcheck tests
39- Error handling 40- Error handling
41- FFI's for testing and benchmarking purposes