remove uncommitted project from Cargo.toml

This commit is contained in:
OMGeeky
2024-10-09 19:24:36 +02:00
parent d518340961
commit 87eefecf3b
2 changed files with 1 additions and 23 deletions

22
Cargo.lock generated
View File

@@ -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"

View File

@@ -14,7 +14,7 @@ members = [
"twba-uploader",
"twba-splitter",
"twitch_data",
"twba-yt-publisher",
# "twba-yt-publisher",
]
[dependencies]