proxmox/proxmox-metrics/Cargo.toml
Wolfgang Bumiller d6e86d670b tree-wide: unify workspace inherited attributes
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-09-20 08:42:45 +02:00

27 lines
658 B
TOML

[package]
name = "proxmox-metrics"
description = "Metrics Server export utilitites"
version = "0.3.1"
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
futures.workspace = true
http.workspace = true
hyper.workspace = true
openssl.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio = { workspace = true, features = [ "net", "sync" ] }
form_urlencoded.workspace = true
proxmox-async.workspace = true
proxmox-http = { workspace = true, features = [ "client" ] }