add twba-common as workspace dependency

This commit is contained in:
OMGeeky
2024-10-11 23:34:21 +02:00
parent c13f24584f
commit ddcd9fb3cd

View File

@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
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
shellexpand = "3.1"