add control-center

This commit is contained in:
OMGeeky
2024-10-09 19:31:27 +02:00
parent 87eefecf3b
commit 020d5afaf6
4 changed files with 9 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -31,3 +31,6 @@
[submodule "twba-notifier"]
path = twba-notifier
url = git@github.com:OMGeeky/twba.notifier.git
[submodule "twba-control-center"]
path = twba-control-center
url = ./twba-control-center

4
Cargo.lock generated
View File

@@ -3917,6 +3917,10 @@ dependencies = [
"twba-local-db 0.3.1 (git+https://github.com/OMGeeky/twitch_backup.local_db.git)",
]
[[package]]
name = "twba-control-center"
version = "0.1.0"
[[package]]
name = "twba-downloader"
version = "0.1.1"

View File

@@ -15,6 +15,7 @@ members = [
"twba-splitter",
"twitch_data",
# "twba-yt-publisher",
"twba-control-center",
]
[dependencies]

1
twba-control-center Submodule

Submodule twba-control-center added at 241a71e857