summaryrefslogtreecommitdiffstats
path: root/adenosine-cli/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-11-04 00:49:01 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-11-04 00:49:06 -0700
commited47a0bc0d1d6692c7c365bf33a69d8017129f96 (patch)
tree06c444246accf439cf7dc23474e2d5c1d6ea4e87 /adenosine-cli/Cargo.toml
parent95c05cc53c5b42b535cf70f8cee69c1a0be958b7 (diff)
downloadadenosine-ed47a0bc0d1d6692c7c365bf33a69d8017129f96.tar.gz
adenosine-ed47a0bc0d1d6692c7c365bf33a69d8017129f96.zip
more identifier types
Diffstat (limited to 'adenosine-cli/Cargo.toml')
-rw-r--r--adenosine-cli/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/adenosine-cli/Cargo.toml b/adenosine-cli/Cargo.toml
index 9fa8fa7..4f9bc6d 100644
--- a/adenosine-cli/Cargo.toml
+++ b/adenosine-cli/Cargo.toml
@@ -23,6 +23,8 @@ base64 = "*"
regex = "*"
lazy_static = "*"
dotenv = "*"
+data-encoding = "*"
+rand = "*"
# uncertain about these...
anyhow = "1.0"