From 26c9a31c60d6da5af8e8d5223cc9a9566fb2ffe9 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Mon, 16 Oct 2023 22:54:28 +0200 Subject: [PATCH] Use new discord-rpc-client.rs version --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4789a3d..adccfa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "cmus-discord-rpc" version = "0.2.0" authors = ["Bond_009 "] +description = "Displays the currently playing song from cmus in Discord using Rich Presence" keywords = ["discord", "rpc", "cmus"] repository = "https://github.com/Bond-009/cmus-discord-rpc" edition = "2021" @@ -12,9 +13,7 @@ lto = true panic = "abort" [dependencies] +discord-rpc-client = "0.4" env_logger = "^0.10" log = "^0.4" -regex = "^1.7" - -[dependencies.discord-rpc-client] -git = "https://gitlab.com/Bond_009/discord-rpc-client.rs.git" +regex = "^1.10"