From b169d130ea80f6954b77a2921c50e8587eadd1ae Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 27 Oct 2022 02:07:36 -0700 Subject: cli: progress --- adenosine-cli/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'adenosine-cli/Cargo.toml') diff --git a/adenosine-cli/Cargo.toml b/adenosine-cli/Cargo.toml index 8220e8f..971f59a 100644 --- a/adenosine-cli/Cargo.toml +++ b/adenosine-cli/Cargo.toml @@ -15,14 +15,15 @@ structopt = "*" # NOTE: could try 'rustls-tls' feature instead of default native TLS? reqwest = { version = "0.11", features = ["blocking", "json"] } serde_json = "*" -log = "*" -env_logger = "*" +base64 = "*" # uncertain about these... anyhow = "1.0" atty = "0.2" colored_json = "*" termcolor = "*" +log = "*" +env_logger = "*" [package.metadata.deb] maintainer = "Bryan Newbold " -- cgit v1.2.3