aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-16 03:48:58 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-16 03:48:58 -0400
commitc4ea88441cd5f67683008da99949e5101183b8b1 (patch)
tree0b8d25047e85c96f05597dc0008dbd794dfc12ec /Cargo.toml
parentf1cb4b1ea5dc268077d8d7be1c335208105ddcc5 (diff)
downloadteleterm-c4ea88441cd5f67683008da99949e5101183b8b1.tar.gz
teleterm-c4ea88441cd5f67683008da99949e5101183b8b1.zip
cache refresh tokens and use them when the exist
to avoid needing to go through the browser auth flow every time
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"