From cd366dfdfad18b38c4e542e6db61ced3929d42f9 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 6 Aug 2023 11:49:09 +0200 Subject: quick setup command --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/Cargo.toml b/client/Cargo.toml index a2bed77..aa3f94d 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } log = "0.4.19" -reqwest = "0.11.18" +reqwest = { version = "0.11.18", features = ["json"] } anyhow = "1.0.72" serde_json = "1.0.104" -- cgit v1.2.3-70-g09d2