Skip to content

Commit

Permalink
Use new discord library (#13)
Browse files Browse the repository at this point in the history
* Use new discord library

* version bump
  • Loading branch information
kekonn authored Nov 30, 2022
1 parent dbbbef0 commit ca69e8e
Show file tree
Hide file tree
Showing 7 changed files with 276 additions and 234 deletions.
235 changes: 215 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
license-file = "LICENSE.md"
keywords = ["discord", "rpc", "steam", "proton"]
categories = ["games"]
version = "1.1.0"
version = "1.1.1"
edition = "2021"
authors = ["kekkon"]
include = [
Expand All @@ -20,15 +20,15 @@ include = [

[dependencies]
sysinfo = "^0.26"
anyhow = "^1"
anyhow = "1.0"
scraper = "^0.13"
reqwest = {version = "^0.11"}
tokio = {version = "1", features = ["signal", "fs", "sync", "macros", "rt-multi-thread", "io-util", "io-std"]}
serde = {version = "^1", features = ["default", "derive"]}
serde_json = "^1"
async-trait = "^0.1"
discord-rich-presence = "^0.2"
url = "^2"
discord-sdk = "0.3"

[profile.release]
opt-level = "s"
Expand Down
Loading

0 comments on commit ca69e8e

Please sign in to comment.