add twba-common as workspace dependency

This commit is contained in:
OMGeeky
2024-10-11 23:34:21 +02:00
parent 3396a5b3cd
commit 2ad8c4f5f3

View File

@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
twba-twitch-data = { version = "0.4", git = "https://github.com/OMGeeky/twitch_data.git" }
twba-common = { version = "0.2", git = "https://github.com/OMGeeky/twba.common.git" }
twba-common.workspace = true
tracing = "0.1"
tokio = { version = "1.33", features = ["rt", "rt-multi-thread", "macros"] }