]> git.proxmox.com Git - pve-installer.git/blame - proxmox-auto-installer/Cargo.toml
bump version to 8.2.6
[pve-installer.git] / proxmox-auto-installer / Cargo.toml
CommitLineData
c7edc2e1
AL
1[package]
2name = "proxmox-auto-installer"
3version = "0.1.0"
4edition = "2021"
5authors = [
6 "Aaron Lauterer <a.lauterer@proxmox.com>",
7 "Proxmox Support Team <support@proxmox.com>",
8]
9license = "AGPL-3"
10exclude = [ "build", "debian" ]
11homepage = "https://www.proxmox.com"
12
13[dependencies]
14anyhow = "1.0"
9143507d 15clap = { version = "4.0", features = ["derive"] }
c7edc2e1
AL
16glob = "0.3"
17log = "0.4.20"
18proxmox-installer-common = { path = "../proxmox-installer-common" }
9143507d 19regex = "1.7"
c7edc2e1
AL
20serde = { version = "1.0", features = ["derive"] }
21serde_json = "1.0"
b6b8dfd7 22serde_plain = "1.0"
c7edc2e1 23toml = "0.7"