forked from Proxmox/proxmox
42fb9ed26b
it seems there are repositories out there that don't (always) include it, and while it is required for the .deb packages themselves in Debian, the repository "spec" doesn't make it mandatory. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
24 lines
526 B
TOML
24 lines
526 B
TOML
[package]
|
|
name = "proxmox-apt"
|
|
version = "0.10.9"
|
|
description = "Proxmox library for APT"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
|
|
exclude = [ "debian" ]
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
hex.workspace = true
|
|
once_cell.workspace = true
|
|
openssl.workspace = true
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json.workspace = true
|
|
|
|
rfc822-like = "0.2.1"
|
|
|
|
proxmox-schema = { workspace = true, features = [ "api-macro" ] }
|