From c4ea88441cd5f67683008da99949e5101183b8b1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 16 Oct 2019 03:48:58 -0400 Subject: cache refresh tokens and use them when the exist to avoid needing to go through the browser auth flow every time --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ed43526..be024d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ edition = "2018" bytes = "0.4" clap = "2" crossterm = "0.11" +directories = "2" env_logger = "0.7" futures = "0.1" lazy_static = "1" -- cgit v1.2.3-54-g00ecf