Skip to content

Commit

Permalink
Add missing variables to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Oct 18, 2023
1 parent c5b4b78 commit 39534f9
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
[package]
name = "jellyfin-rpc"
version = "0.15.2"
edition = "2021"
name = "jellyfin-rpc"
version = "0.15.2"
edition = "2021"
description = "Displays the content you're currently watching on Discord!"
license-file = "LICENSE"
repository = "https://github.com/jellyfin/jellyfin-rpc"

exclude = [
"scripts/*",
".github/*"
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]
serde_json = "1.0"
serde_json = "1.0"
discord-rich-presence = "0.2"
colored = "2.0"
retry = "2.0"
colored = "2.0"
retry = "2.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.1"
version = "4.1"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json"]
version = "0.11"
version = "0.11"

[dependencies.tokio]
features = ["full"]
version = "1"
version = "1"

0 comments on commit 39534f9

Please sign in to comment.