Skip to content

Commit

Permalink
Final nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Oct 18, 2023
1 parent b61bd02 commit cadeaa9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ retry = "2.0"

[dependencies.jellyfin-rpc]
features = ["imgur", "cli"]
path = "./jellyfin-rpc"
path = "./jellyfin-rpc"

[dependencies.clap]
features = ["derive"]
Expand Down
20 changes: 10 additions & 10 deletions jellyfin-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -17,7 +17,7 @@ serde_json = "1.0"


[dependencies.colored]
version = "2.0"
version = "2.0"
optional = true

[dependencies.serde]
Expand All @@ -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"

0 comments on commit cadeaa9

Please sign in to comment.