add twba-common as workspace dependency

This commit is contained in:
OMGeeky
2024-10-11 23:34:21 +02:00
parent 5e8cdb46f7
commit 8b9744861f

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
twba-common = { version = "0.2", git = "https://github.com/OMGeeky/twba.common.git" }
twba-common.workspace = true
hyper = { version = "0.14", features = ["full", "server"] }
tokio = { version = "1", features = ["full"] }
url = "2.2.2"