diff --git a/jellyfin-rpc-cli/Cargo.toml b/jellyfin-rpc-cli/Cargo.toml index a0cb764..0f52fab 100644 --- a/jellyfin-rpc-cli/Cargo.toml +++ b/jellyfin-rpc-cli/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" description = "Displays the content you're currently watching on Discord!" license = "GPL-3.0-or-later" repository = "https://github.com/Radiicall/jellyfin-rpc" +keywords = ["cli", "jellyfin", "discord", "rich-presence"] exclude = [ "scripts/*", diff --git a/jellyfin-rpc/Cargo.toml b/jellyfin-rpc/Cargo.toml index 3abeccd..f9edb64 100644 --- a/jellyfin-rpc/Cargo.toml +++ b/jellyfin-rpc/Cargo.toml @@ -5,6 +5,7 @@ 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" +keywords = ["jellyfin", "discord", "rich-presence"] [features] imgur = []