summaryrefslogtreecommitdiffstats
path: root/adenosine-cli/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-10-26 23:28:35 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-10-26 23:28:57 -0700
commitb4f643ef26d9568044f343ca3537222726768f73 (patch)
tree8965a2a75f0ac153cb33d9eea6fcea7ee1360a76 /adenosine-cli/Cargo.toml
parentfea10888148094b64c7ca96ec670b68b55beaef5 (diff)
downloadadenosine-b4f643ef26d9568044f343ca3537222726768f73.tar.gz
adenosine-b4f643ef26d9568044f343ca3537222726768f73.zip
cli: initial progress
Diffstat (limited to 'adenosine-cli/Cargo.toml')
-rw-r--r--adenosine-cli/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/adenosine-cli/Cargo.toml b/adenosine-cli/Cargo.toml
index 8d42961..8220e8f 100644
--- a/adenosine-cli/Cargo.toml
+++ b/adenosine-cli/Cargo.toml
@@ -15,11 +15,14 @@ structopt = "*"
# NOTE: could try 'rustls-tls' feature instead of default native TLS?
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde_json = "*"
+log = "*"
+env_logger = "*"
# uncertain about these...
anyhow = "1.0"
atty = "0.2"
colored_json = "*"
+termcolor = "*"
[package.metadata.deb]
maintainer = "Bryan Newbold <bnewbold@robocracy.org>"