diff --git a/Cargo.toml b/Cargo.toml index 567e899..a835b9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"