aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-09 19:04:17 -0800
committerFuwn <[email protected]>2022-03-09 19:04:17 -0800
commit3c4a278db3e5b9696269caefad2bfaa79578704c (patch)
tree096febe388721081a092f09582bdd9589c6b6cbd /Cargo.toml
parentfeat(index): git commit hash on index (diff)
downloadapi-worker-3c4a278db3e5b9696269caefad2bfaa79578704c.tar.xz
api-worker-3c4a278db3e5b9696269caefad2bfaa79578704c.zip
refactor: use vergen for build variables
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6d38c68..0f5308d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,3 +45,10 @@ lazy_static = "1.4.0"
# Web
reqwest = { version = "0.11.9", features = ["json"] }
+
+[build-dependencies]
+# Build variables
+vergen = "6.0.2"
+
+# `Result`
+anyhow = "1.0.56"