mirror of
https://github.com/OMGeeky/twba.git
synced 2025-12-26 17:02:33 +01:00
23 lines
476 B
TOML
23 lines
476 B
TOML
[package]
|
|
name = "twba"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
[workspace]
|
|
members = [
|
|
"twba-common",
|
|
"twba-downloader",
|
|
"twba-code-receiver",
|
|
"twba-twitch-fetcher",
|
|
"twba-local_db",
|
|
"twba-notifier",
|
|
"twba-reqwest_backoff",
|
|
"twba-uploader",
|
|
"twba-splitter",
|
|
"twitch_data",
|
|
# "twba-yt-publisher",
|
|
"twba-control-center",
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
twba-common = { version = "0.3", git = "https://github.com/OMGeeky/twba.common.git" }
|