Files
twba/Cargo.toml
OMGeeky e5cad140c6 init
2024-06-04 20:14:06 +02:00

22 lines
438 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",
]
[dependencies]
twba-common = { version = "0.2", git = "https://github.com/OMGeeky/twba.common.git" }