f5e7f4ed7f
else the `debian` dir is contained in the .crate archive, breaking the build.. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
18 lines
456 B
TOML
18 lines
456 B
TOML
[package]
|
|
name = "proxmox-apt-api-types"
|
|
description = "APT API type definitions."
|
|
version = "1.0.1"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
exclude.workspace = true
|
|
|
|
[dependencies]
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_plain.workspace = true
|
|
proxmox-schema = { workspace = true, features = ["api-macro"] }
|
|
proxmox-config-digest.workspace = true
|