aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-12-29 00:04:46 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-12-29 00:04:48 -0800
commit6e92ed37320f04b29511f6e3614086cffcab6eb0 (patch)
treebafaa4dbb2f4845b87fdee4941d2a82a3d24efd8 /rust/src/lib.rs
parent156b10220a50f6f441e7484235e227316f26761e (diff)
downloadfatcat-6e92ed37320f04b29511f6e3614086cffcab6eb0.tar.gz
fatcat-6e92ed37320f04b29511f6e3614086cffcab6eb0.zip
start trying 'macaroons' cratex-attic-auth-other-macaroon-lib
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.
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r--rust/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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;