Skip to content

Commit

Permalink
Use new discord-rpc-client.rs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bond-009 committed Oct 16, 2023
1 parent 532b954 commit 26c9a31
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "cmus-discord-rpc"
version = "0.2.0"
authors = ["Bond_009 <[email protected]>"]
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"
Expand All @@ -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"

0 comments on commit 26c9a31

Please sign in to comment.