aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-11-04 19:22:03 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-11-04 19:22:03 -0700
commit0aa684b2bd048adbc02cc82cc2f61ff556efda2d (patch)
tree18e8309f28d2e50b3386c5aa9a2e53f24d56b3e4 /Cargo.lock
parent05495ede3e4defac165a1f536dfe6d62fc181557 (diff)
downloadadenosine-0aa684b2bd048adbc02cc82cc2f61ff556efda2d.tar.gz
adenosine-0aa684b2bd048adbc02cc82cc2f61ff556efda2d.zip
pds: fix 'put' (not 'Update')
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f48b469..4f66206 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",