]> git.proxmox.com Git - pve-rs.git/blob - Cargo.toml
cargo: update proxmox-openid to 0.6.0
[pve-rs.git] / Cargo.toml
1 [package]
2 name = "pve-rs"
3 version = "0.1.2"
4 authors = ["Proxmox Support Team <support@proxmox.com>"]
5 edition = "2018"
6 license = "AGPL-3"
7 description = "PVE parts which have been ported to Rust"
8 homepage = "https://www.proxmox.com"
9 exclude = [
10 "build",
11 "debian",
12 "PVE",
13 ]
14
15 [lib]
16 crate-type = [ "cdylib" ]
17
18 [dependencies]
19 anyhow = "1.0"
20 proxmox = { version = "0.11.5", default-features = false }
21 perlmod = { version = "0.5.1", features = [ "exporter" ] }
22 proxmox-apt = "0.3.1"
23 proxmox-openid = "0.6.0"
24 serde = "1.0"