From 582fcf863328840a09ff9ede919043ae266a2f87 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Nov 2022 16:33:06 -0800 Subject: cli: serializable DID --- adenosine-cli/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'adenosine-cli/Cargo.toml') diff --git a/adenosine-cli/Cargo.toml b/adenosine-cli/Cargo.toml index 55ac268..3128b49 100644 --- a/adenosine-cli/Cargo.toml +++ b/adenosine-cli/Cargo.toml @@ -18,7 +18,8 @@ repository = "https://gitlab.com/bnewbold/adenosine" structopt = "*" # NOTE: could try 'rustls-tls' feature instead of default native TLS? reqwest = { version = "0.11", features = ["blocking", "json"] } -serde_json = "*" +serde = "1" +serde_json = "1" base64 = "*" regex = "*" lazy_static = "*" -- cgit v1.2.3