aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
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",