diff options
| author | Teddy Wing | 2021-05-22 21:08:40 +0200 |
|---|---|---|
| committer | Teddy Wing | 2021-05-22 21:09:30 +0200 |
| commit | 7c9166dcb66433ca3c37351ed5c892aa04bf589a (patch) | |
| tree | bd240aa06a4bb9f4beb3364ad243345e243d75fd /Cargo.toml | |
| parent | 5eea25e9129b7d56a17ed3075dcb2a115ba78cda (diff) | |
| download | google-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
