From 87eefecf3bb74f8dae0cacbbdab738d6de5e52b5 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Wed, 9 Oct 2024 19:24:36 +0200 Subject: [PATCH] remove uncommitted project from Cargo.toml --- Cargo.lock | 22 ---------------------- Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d990f8..2620625 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4103,28 +4103,6 @@ dependencies = [ "twba-reqwest-backoff 0.1.2 (git+https://github.com/OMGeeky/twba_reqwest_backoff.git)", ] -[[package]] -name = "twba-yt-publisher" -version = "0.1.0" -dependencies = [ - "chrono", - "futures", - "futures-util", - "google-apis-common", - "google-youtube3", - "lazy_static", - "reqwest 0.12.4", - "serde", - "serde_json", - "shellexpand", - "strfmt", - "thiserror", - "tokio", - "tracing", - "twba-common 0.2.6 (git+https://github.com/OMGeeky/twba.common.git)", - "twba-reqwest-backoff 0.1.2 (git+https://github.com/OMGeeky/twba_reqwest_backoff.git)", -] - [[package]] name = "twitch_api" version = "0.7.0-rc.7" diff --git a/Cargo.toml b/Cargo.toml index 748541b..317aab8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ "twba-uploader", "twba-splitter", "twitch_data", - "twba-yt-publisher", +# "twba-yt-publisher", ] [dependencies]