From 83a67d5fa3b4df4a72da548442a58cd4a521736a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 9 Dec 2022 11:49:59 +0100 Subject: [PATCH] add pbs-api-types to Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit else the next commit would drop its dependencies for d/control generation. Signed-off-by: Fabian Grünbichler --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 00e736b8..ab3b075a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,6 +28,7 @@ exclude = [ "build", "debian", "tests/catar_data/test_symlink/symlink1"] [workspace] members = [ + "pbs-api-types", "pbs-buildcfg", "pbs-client", "pbs-config",