d6e86d670b
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 lines
361 B
TOML
18 lines
361 B
TOML
[package]
|
|
name = "proxmox-http-error"
|
|
description = "Proxmox HTTP Error"
|
|
version = "0.1.0"
|
|
|
|
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
|
|
http.workspace = true
|
|
serde.workspace = true
|