From f5e7f4ed7f3f05492e83bcd4b91920fa66927a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 23 Oct 2024 13:29:22 +0200 Subject: [PATCH] proxmox-apt-api-types: use workspace excludes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit else the `debian` dir is contained in the .crate archive, breaking the build.. Signed-off-by: Fabian Grünbichler --- proxmox-apt-api-types/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/proxmox-apt-api-types/Cargo.toml b/proxmox-apt-api-types/Cargo.toml index 817f953d..ac3c722a 100644 --- a/proxmox-apt-api-types/Cargo.toml +++ b/proxmox-apt-api-types/Cargo.toml @@ -8,6 +8,7 @@ edition.workspace = true homepage.workspace = true license.workspace = true repository.workspace = true +exclude.workspace = true [dependencies] serde = { workspace = true, features = ["derive"] }