From 42b945b7289d8e36900074327a811a50f8cc5e15 Mon Sep 17 00:00:00 2001 From: Guillaume Pasquet Date: Tue, 16 Nov 2021 22:36:42 +0000 Subject: Working actual queries and basic JSON formatting. No error handling. --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ab00200..2fa9694 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,8 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ureq = "2.2.0" +ureq = { version = "2.3.1", features = ["json"] } +serde = "*" +serde_json = "*" +jsonformat = "1.2.0" + -- cgit v1.2.3