diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 | ||
32 | TODO | 33 | TODO |
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 | ||