aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index c55eef8..55cc21b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -11,6 +11,10 @@ use std::fs;
#[tokio::main]
async fn main() {
+ rsvp().await;
+}
+
+async fn rsvp() {
let secret = secret_from_file();
let auth = oauth2::InstalledFlowAuthenticator::builder(