]> git.proxmox.com Git - pve-installer.git/commitdiff
fetch answer: drop unused clap dependency from cargo toml
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Apr 2024 18:24:31 +0000 (20:24 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Apr 2024 18:24:32 +0000 (20:24 +0200)
before someone starts to use this complexity pile here too..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxmox-fetch-answer/Cargo.toml

index f3e41f574b78bdcf1c233c4e6104dba8effafd66..964682a0c39191dd6c1efa70da8537a3abbe9c57 100644 (file)
@@ -14,7 +14,6 @@ homepage = "https://www.proxmox.com"
 
 [dependencies]
 anyhow = "1.0"
-clap = { version = "4.0", features = ["derive"] }
 hex = "0.4"
 log = "0.4.20"
 native-tls = "0.2"