From a578bdb81b27146b09a910a1eebeda8cf9249462 Mon Sep 17 00:00:00 2001 From: Radiicall Date: Wed, 18 Oct 2023 14:23:45 +0200 Subject: [PATCH] Add missing variables to manifest --- Cargo.toml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) 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"