diff options
Diffstat (limited to 'adenosine-cli/Cargo.toml')
-rw-r--r-- | adenosine-cli/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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 = "*" |