proxmox-apt-api-types: use workspace excludes

else the `debian` dir is contained in the .crate archive, breaking the build..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-10-23 13:29:22 +02:00
parent ba3ee7a4db
commit f5e7f4ed7f

View File

@ -8,6 +8,7 @@ edition.workspace = true
homepage.workspace = true homepage.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
exclude.workspace = true
[dependencies] [dependencies]
serde = { workspace = true, features = ["derive"] } serde = { workspace = true, features = ["derive"] }