diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-30 11:24:14 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-30 11:24:14 +0200 |
commit | d6a039a10ac3c81d410beb9b648d29524ca1e278 (patch) | |
tree | fa521277e3ea94f796e21071f4d2b372c5b9830c /client/Cargo.toml | |
parent | a2ef3f6ec4c830611fde1a2e935588ccbbc61c03 (diff) | |
download | jellything-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.toml | 14 |
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" |