aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-12 03:44:48 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-12 03:44:48 -0400
commit201d2d40cac8760fb69b9282ba2a4f9f7ec82d47 (patch)
tree0c1cfd3986e28e7be2b73cdcba11e9ebbbb7c2fa /src/lib.rs
parentbcae263e4e888274f399a75ec5b171ee25edf894 (diff)
downloadrbw-201d2d40cac8760fb69b9282ba2a4f9f7ec82d47.tar.gz
rbw-201d2d40cac8760fb69b9282ba2a4f9f7ec82d47.zip
implement refresh token handling
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f1460c5..6ae5f7e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -11,7 +11,7 @@ pub mod cipherstring;
pub mod config;
pub mod db;
pub mod dirs;
-mod error;
+pub mod error;
pub mod identity;
pub mod locked;
pub mod pinentry;