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