add twba-common as workspace dependency

This commit is contained in:
OMGeeky
2024-10-11 23:34:21 +02:00
parent 7e2d88564f
commit 3809e3da81

View File

@@ -7,7 +7,7 @@ edition = "2021"
[dependencies] [dependencies]
twba-reqwest-backoff = { version = "0.1", git = "https://github.com/OMGeeky/twba_reqwest_backoff.git" } twba-reqwest-backoff = { version = "0.1", git = "https://github.com/OMGeeky/twba_reqwest_backoff.git" }
twba-common = { version = "0.2", git = "https://github.com/OMGeeky/twba.common.git" } twba-common.workspace = true
tracing-subscriber = "0.3" tracing-subscriber = "0.3"