aboutsummaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
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"