aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat-cli/Cargo.toml')
-rw-r--r--fatcat-cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/fatcat-cli/Cargo.toml b/fatcat-cli/Cargo.toml
index ac65298..1cb7aab 100644
--- a/fatcat-cli/Cargo.toml
+++ b/fatcat-cli/Cargo.toml
@@ -38,6 +38,7 @@ chrono-humanize = "*"
tempfile = "3"
indicatif = "0.15"
url = "*"
+sha1 = { version = "*", features = ["std"] }
[dev-dependencies]
assert_cmd = "1"