]> git.proxmox.com Git - pve-installer.git/blob - proxmox-autoinst-helper/Cargo.toml
autoinst-helper: add prepare-iso subcommand
[pve-installer.git] / proxmox-autoinst-helper / Cargo.toml
1 [package]
2 name = "proxmox-autoinst-helper"
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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
15 [dependencies]
16 anyhow = "1.0"
17 clap = { version = "4.0", features = ["derive"] }
18 glob = "0.3"
19 log = "0.4.20"
20 proxmox-auto-installer = { path = "../proxmox-auto-installer" }
21 regex = "1.7"
22 serde = { version = "1.0", features = ["derive"] }
23 serde_json = "1.0"
24 toml = "0.7"