]> git.proxmox.com Git - pve-installer.git/blame - proxmox-installer-common/Cargo.toml
bump version to 8.2.6
[pve-installer.git] / proxmox-installer-common / Cargo.toml
CommitLineData
2f65a616
AL
1[package]
2name = "proxmox-installer-common"
3version = "0.1.0"
4edition = "2021"
5authors = [ "Aaron Lauterer <a.lauterer@proxmox.com>" ]
6license = "AGPL-3"
7exclude = [ "build", "debian" ]
8homepage = "https://www.proxmox.com"
9
10[dependencies]
bbaade7b 11regex = "1.7"
5362c05c
AL
12serde = { version = "1.0", features = ["derive"] }
13serde_json = "1.0"