diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-04 00:49:01 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-04 00:49:06 -0700 |
commit | ed47a0bc0d1d6692c7c365bf33a69d8017129f96 (patch) | |
tree | 06c444246accf439cf7dc23474e2d5c1d6ea4e87 /adenosine-cli/Cargo.toml | |
parent | 95c05cc53c5b42b535cf70f8cee69c1a0be958b7 (diff) | |
download | adenosine-ed47a0bc0d1d6692c7c365bf33a69d8017129f96.tar.gz adenosine-ed47a0bc0d1d6692c7c365bf33a69d8017129f96.zip |
more identifier types
Diffstat (limited to 'adenosine-cli/Cargo.toml')
-rw-r--r-- | adenosine-cli/Cargo.toml | 2 |
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" |