diff --git a/Cargo.toml b/Cargo.toml index d7567e7..3e5276c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,5 +44,7 @@ serde_json = "1.0" thiserror = "1.0.58" tokio = { version = "1.36.0", features = ["full", "macros", "rt-multi-thread"] } tracing-subscriber = "0.3.18" + async-trait = "0.1.80" oauth2 = "4.4.2" +