extract stuff to common

This commit is contained in:
OMGeeky
2024-04-23 22:07:00 +02:00
parent cbb13296e2
commit 55332876e0
4 changed files with 57 additions and 32 deletions

View File

@@ -9,6 +9,7 @@ edition = "2021"
twba-backup-config = { version = "0.1.1", git = "https://github.com/OMGeeky/backup_config.git" }
twba-local-db = { version = "0.2", git = "https://github.com/OMGeeky/twitch_backup.local_db.git" }
twba-twitch-data = { version = "0.3", git = "https://github.com/OMGeeky/twitch_data.git" }
twba-common = { version = "0.1", git = "https://github.com/OMGeeky/twba.common.git" }
tracing-subscriber = "0.3"
tracing = "0.1"