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