c01318d966
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
24 lines
616 B
TOML
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
|