update to latest twba-common

This commit is contained in:
OMGeeky
2024-05-12 19:03:29 +02:00
parent 46d07b8337
commit f38c7bccea
4 changed files with 129 additions and 116 deletions

View File

@@ -6,8 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
twba-backup-config = { version = "0.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-common = { version = "0.2", git = "https://github.com/OMGeeky/twba.common.git" }
tokio = "1.33"