From 4f3d01572c5ee32ca87f9a15a4cdc11b8cf38e93 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Tue, 4 Jun 2024 20:28:46 +0200 Subject: [PATCH] add deps --- Cargo.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c53f075..b221b42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,25 @@ version = "0.1.0" edition = "2021" [dependencies] +twba-reqwest-backoff = { version = "0.1", git = "https://github.com/OMGeeky/twba_reqwest_backoff.git" } +twba-common = { version = "0.2", git = "https://github.com/OMGeeky/twba.common.git" } + +shellexpand = "3.1" + +tracing = "0.1" +tokio = { version = "1.33", features = ["rt", "rt-multi-thread", "macros"] } + +thiserror = "1.0" +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" +reqwest = { version = "0.12.4", features = ["json"] } +chrono = "0.4" +futures = "0.3" +futures-util = "0.3" + +google-youtube3 = "5.0.3" +google-apis-common = "6.0.0" +strfmt = "0.2" + +lazy_static = "1.4" +