aboutsummaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-08-06 11:49:09 +0200
committermetamuffin <metamuffin@disroot.org>2023-08-06 11:49:09 +0200
commitcd366dfdfad18b38c4e542e6db61ced3929d42f9 (patch)
tree9fd47c3964b13a52e09373e3eb8b79225eb56c5e /client/Cargo.toml
parent98538d1e7220ffb7126c0b5e3d5f9c6c44e4dba9 (diff)
downloadjellything-cd366dfdfad18b38c4e542e6db61ced3929d42f9.tar
jellything-cd366dfdfad18b38c4e542e6db61ced3929d42f9.tar.bz2
jellything-cd366dfdfad18b38c4e542e6db61ced3929d42f9.tar.zst
quick setup command
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r--client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"