From b45c42343940f202a45e2cf4e27c59ad2c67e97b Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Sun, 13 Nov 2022 23:35:37 -0500 Subject: [PATCH] Add deps for zora-post. --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 417200b..2ad2a1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "zora" version = "0.1.0" edition = "2021" +[dependencies] +pico-args = "0.5.0" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[dependencies] +[dependencies.ureq] +version = "2.5.0" +features = ["cookies", "encoding_rs", "json", "serde_json"]