aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-16 00:19:12 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-16 00:19:12 -0400
commit8a11aa77f47d455f5167cb2046acc59c2b967bb1 (patch)
tree237b05ee8a80a1953a4dcd96c83b4a8bffd9e7c8 /Cargo.toml
parenta9caba8443ae971bc343d61348136dc906bc7391 (diff)
downloadteleterm-8a11aa77f47d455f5167cb2046acc59c2b967bb1.tar.gz
teleterm-8a11aa77f47d455f5167cb2046acc59c2b967bb1.zip
comment
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f8f8f0f..ed43526 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ lazy_static = "1"
log = "0.4"
mio = "0.6"
native-tls = "0.2"
-oauth2 = "3.0.0-alpha.3"
+oauth2 = "3.0.0-alpha.3" # need the alpha for async support
open = "1"
rand = "0.7"
ratelimit_meter = "5"