aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-09 18:55:39 -0800
committerFuwn <[email protected]>2022-03-09 18:55:39 -0800
commitd61504fd0f7cdc2eb9d315ea5450c773098e209a (patch)
treee750f545868d804c1b7ed11d81f0f814c549492d /Cargo.toml
parentformat(readme): case (diff)
downloadapi-worker-d61504fd0f7cdc2eb9d315ea5450c773098e209a.tar.xz
api-worker-d61504fd0f7cdc2eb9d315ea5450c773098e209a.zip
feat(index): git commit hash on index
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b5f2106..6d38c68 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,6 +40,8 @@ worker = "0.0.9"
# Utility
cfg-if = "1.0.0"
+const_format = "0.2.22"
+lazy_static = "1.4.0"
# Web
reqwest = { version = "0.11.9", features = ["json"] }