From 6e92ed37320f04b29511f6e3614086cffcab6eb0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 29 Dec 2018 00:04:46 -0800 Subject: start trying 'macaroons' crate I initially thought that this might be better than 'macaroon'; macaroons, despite being in "archive" mode, had more crates.io downloads and I hoped might be better implemented. It seems half-complete though, and, eg, doesn't support the V2 macaroon encoding format. This patch isn't complete (didn't figure out verification), but I probably won't pursure it. --- rust/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 983645d8..b2cfe38a 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -23,7 +23,7 @@ extern crate regex; #[macro_use] extern crate lazy_static; extern crate sha1; -extern crate macaroon; +extern crate macaroons; pub mod api_entity_crud; pub mod api_helpers; -- cgit v1.2.3