]> git.proxmox.com Git - pve-rs.git/blame - Cargo.toml
initial commit, adding files for Debian packaging
[pve-rs.git] / Cargo.toml
CommitLineData
8de80f3d
FE
1[package]
2name = "pve-rs"
3version = "0.1.0"
4authors = ["Proxmox Support Team <support@proxmox.com>"]
5edition = "2018"
6license = "AGPL-3"
7description = "PVE parts which have been ported to Rust"
8homepage = "https://www.proxmox.com"
9exclude = [
10 "build",
11 "debian",
12 "PVE",
13]
14
15[lib]
16crate-type = [ "cdylib" ]
17
18[dependencies]
19anyhow = "1.0"
20proxmox = { version = "0.11.5" }
21perlmod = { version = "0.5.0", features = [ "exporter" ] }