diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-04 19:22:03 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-04 19:22:03 -0700 |
commit | 0aa684b2bd048adbc02cc82cc2f61ff556efda2d (patch) | |
tree | 18e8309f28d2e50b3386c5aa9a2e53f24d56b3e4 /Cargo.lock | |
parent | 05495ede3e4defac165a1f536dfe6d62fc181557 (diff) | |
download | adenosine-0aa684b2bd048adbc02cc82cc2f61ff556efda2d.tar.gz adenosine-0aa684b2bd048adbc02cc82cc2f61ff556efda2d.zip |
pds: fix 'put' (not 'Update')
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,10 +20,12 @@ dependencies = [ "atty", "base64", "colored_json", + "data-encoding", "dotenv", "env_logger 0.9.1", "lazy_static", "log", + "rand 0.7.3", "regex", "reqwest", "serde_json", @@ -35,6 +37,7 @@ dependencies = [ name = "adenosine-pds" version = "0.1.0-dev.0" dependencies = [ + "adenosine-cli", "anyhow", "async-trait", "bcrypt", |