aboutsummaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-30 11:24:14 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-30 11:24:14 +0200
commitd6a039a10ac3c81d410beb9b648d29524ca1e278 (patch)
treefa521277e3ea94f796e21071f4d2b372c5b9830c /client/Cargo.toml
parenta2ef3f6ec4c830611fde1a2e935588ccbbc61c03 (diff)
downloadjellything-d6a039a10ac3c81d410beb9b648d29524ca1e278.tar
jellything-d6a039a10ac3c81d410beb9b648d29524ca1e278.tar.bz2
jellything-d6a039a10ac3c81d410beb9b648d29524ca1e278.tar.zst
smaller fixes and remove useless deps
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r--client/Cargo.toml14
1 files changed, 0 insertions, 14 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml
deleted file mode 100644
index 772de57..0000000
--- a/client/Cargo.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-[package]
-name = "jellyclient"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-jellycommon = { path = "../common" }
-log = { workspace = true }
-reqwest = { workspace = true }
-anyhow = "1.0.95"
-serde_json = "1.0.138"
-serde = { version = "1.0.217", features = ["derive"] }
-tokio = { workspace = true }
-percent-encoding = "2.3.1"