aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-17 02:31:14 -0700
committerFuwn <[email protected]>2022-03-17 02:31:14 -0700
commitf5a8602748eff4bafea5fd37ffc270f7892c19c8 (patch)
tree7b9dc9b9188a5f967ac19919926f8f3b1b0d86ef /Cargo.toml
parentfeat: 0.1.0 :star: (diff)
downloadcli-f5a8602748eff4bafea5fd37ffc270f7892c19c8.tar.xz
cli-f5a8602748eff4bafea5fd37ffc270f7892c19c8.zip
fix(build): remove vergen
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 705d216..aa43a21 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,13 +25,6 @@ codegen-units = 1
# Optimize for size
opt-level = "s"
-[build-dependencies]
-# Build variables
-vergen = "7.0.0"
-
-# `Result`
-anyhow = "1.0.56"
-
[dependencies]
# CLI
clap = "3.1.6"