aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-cli/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-10-27 02:07:36 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-10-27 02:07:36 -0700
commitb169d130ea80f6954b77a2921c50e8587eadd1ae (patch)
tree814ae082c32edd096e65128e34a47b5790d978c8 /adenosine-cli/Cargo.toml
parent8ae3ff47d4effb1b0ed7c0e2f185c80a2a976be1 (diff)
downloadadenosine-b169d130ea80f6954b77a2921c50e8587eadd1ae.tar.gz
adenosine-b169d130ea80f6954b77a2921c50e8587eadd1ae.zip
cli: progress
Diffstat (limited to 'adenosine-cli/Cargo.toml')
-rw-r--r--adenosine-cli/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
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 <bnewbold@robocracy.org>"