aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/fatcat-cli/Cargo.toml')
-rw-r--r--rust/fatcat-cli/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/fatcat-cli/Cargo.toml b/rust/fatcat-cli/Cargo.toml
index 30aefdb..dbb114a 100644
--- a/rust/fatcat-cli/Cargo.toml
+++ b/rust/fatcat-cli/Cargo.toml
@@ -36,6 +36,8 @@ serde = "1.0"
reqwest = { version = "0.10", features = ["blocking", "json"] }
chrono-humanize = "*"
tempfile = "3"
+indicatif = "0.15"
+url = "*"
[dev-dependencies]