proxmox/proxmox-log/Cargo.toml
Thomas Lamprecht c01318d966 log: bump version to 0.2.6
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-11-19 11:33:11 +01:00

24 lines
616 B
TOML

[package]
name = "proxmox-log"
description = "Logging infrastructure for proxmox"
version = "0.2.6"
authors.workspace = true
edition.workspace = true
exclude.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.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