proxmox/proxmox-syslog-api/Cargo.toml
Wolfgang Bumiller 282e00d429 syslog-api: bump to 0.1.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-07-12 11:13:24 +02:00

22 lines
496 B
TOML

[package]
name = "proxmox-syslog-api"
version = "0.1.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
exclude.workspace = true
description = "Syslog Management API implementation"
[dependencies]
anyhow.workspace = true
serde = { workspace = true, features = ["derive"] }
log = { workspace = true, optional = true }
proxmox-schema = { workspace = true, features = ["api-macro", "api-types"] }
[features]
default = []
impl = ["dep:log"]