aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-05-22 21:08:40 +0200
committerTeddy Wing2021-05-22 21:09:30 +0200
commit7c9166dcb66433ca3c37351ed5c892aa04bf589a (patch)
treebd240aa06a4bb9f4beb3364ad243345e243d75fd /Cargo.toml
parent5eea25e9129b7d56a17ed3075dcb2a115ba78cda (diff)
downloadgoogle-calendar-rsvp-7c9166dcb66433ca3c37351ed5c892aa04bf589a.tar.bz2
Get OAuth secret and token from XDG data directory
Stop using the `google-calendar3` directory and secret file and use an application-specific one.
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 6e17021..f63a736 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,11 +9,11 @@ base64 = "0.13.0"
chrono = "0.4.19"
exitcode = "1.1.2"
google-calendar3 = "2.0.4+20210327"
-home = "0.5.3"
hyper = "0.14.7"
hyper-rustls = "0.22.1"
mailparse = "0.13.4"
regex = "1.5.4"
serde_json = "1.0.64"
tokio = { version = "1.6.0", features = ["rt-multi-thread"] }
+xdg = "2.2.0"
yup-oauth2 = "5.1.0"