proxmox/proxmox-log/Cargo.toml
Wolfgang Bumiller e8b8060b17 log: bump to 0.2.4-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-09-05 13:58:56 +02:00

22 lines
560 B
TOML

[package]
name = "proxmox-log"
version = "0.2.4"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Logging infrastructure for proxmox"
exclude.workspace = true
[dependencies]
anyhow.workspace = true
nix.workspace = true
tracing.workspace = true
tracing-journald.workspace = true
tracing-subscriber.workspace = true
tracing-log = { workspace = true, features = ["std"] }
tokio = { workspace = true, features = ["rt-multi-thread"] }
proxmox-time.workspace = true
proxmox-sys.workspace = true