From cadeaa920cf2f15d9d155213b17a7f550b23c8f9 Mon Sep 17 00:00:00 2001 From: Radiicall Date: Wed, 18 Oct 2023 20:05:23 +0200 Subject: [PATCH] Final nitpicks --- Cargo.toml | 2 +- jellyfin-rpc/Cargo.toml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9fe662b..e66e6d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ retry = "2.0" [dependencies.jellyfin-rpc] features = ["imgur", "cli"] -path = "./jellyfin-rpc" +path = "./jellyfin-rpc" [dependencies.clap] features = ["derive"] diff --git a/jellyfin-rpc/Cargo.toml b/jellyfin-rpc/Cargo.toml index f4235a7..47317e5 100644 --- a/jellyfin-rpc/Cargo.toml +++ b/jellyfin-rpc/Cargo.toml @@ -1,14 +1,14 @@ [package] -name = "jellyfin-rpc" -version = "0.1.1" -edition = "2021" -description = "Backend for the Jellyfin-RPC-cli and Jellyfin-RPC-Iced projects" -license = "GPL-3.0-or-later" -repository = "https://github.com/Radiicall/jellyfin-rpc" +name = "jellyfin-rpc" +version = "0.1.1" +edition = "2021" +description = "Backend for the Jellyfin-RPC-cli and Jellyfin-RPC-Iced projects" +license = "GPL-3.0-or-later" +repository = "https://github.com/Radiicall/jellyfin-rpc" [features] imgur = [] -cli = ["dep:colored"] +cli = ["dep:colored"] [dependencies] discord-rich-presence = "0.2" @@ -17,7 +17,7 @@ serde_json = "1.0" [dependencies.colored] -version = "2.0" +version = "2.0" optional = true [dependencies.serde] @@ -26,5 +26,5 @@ version = "1.0" [dependencies.reqwest] default-features = false -features = ["rustls-tls", "json"] -version = "0.11" +features = ["rustls-tls", "json"] +version = "0.11"