]> git.proxmox.com Git - proxmox.git/blob - proxmox-http-error/Cargo.toml
bump proxmox-apt to 0.10.8-1
[proxmox.git] / proxmox-http-error / Cargo.toml
1 [package]
2 name = "proxmox-http-error"
3 version = "0.1.0"
4
5 edition.workspace = true
6 authors.workspace = true
7 license.workspace = true
8 repository.workspace = true
9 description = "Proxmox HTTP Error"
10
11 exclude.workspace = true
12
13 [dependencies]
14 anyhow.workspace = true
15 http.workspace = true
16 serde.workspace = true