From 192bf27feda3c0c6fa0a7e73fe7cc745785eeac9 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 97211d0..a16ac70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ members = [ # "twba-yt-publisher", "twba-control-center", ] -[dependencies] +[workspace.dependencies] twba-common = { version = "0.2", git = "https://github.com/OMGeeky/twba.common.git" }