From 3e9ee57e373b69d90efb08fcf246775a7e01a41c Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Fri, 11 Oct 2024 23:34:22 +0200 Subject: [PATCH] add twba-common as workspace dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b969a8..6dbc955 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 tokio = "1.33" tracing = "0.1"