]> git.proxmox.com Git - pve-installer.git/blame - proxmox-auto-installer/Cargo.toml
auto-installer: add tests for answer file parsing
[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"
15glob = "0.3"
16log = "0.4.20"
17proxmox-installer-common = { path = "../proxmox-installer-common" }
18serde = { version = "1.0", features = ["derive"] }
19serde_json = "1.0"
20toml = "0.7"