From 5c220bf5fad7595c7774cbea82828e8735742f9b Mon Sep 17 00:00:00 2001 From: Tiago Dinis <92828847+coffee-is-power@users.noreply.github.com> Date: Sat, 10 Sep 2022 13:58:16 +0100 Subject: [PATCH] chore(Cargo.toml): add metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ef3d25c..d243337 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,16 @@ [package] name = "discloud" +rust-version = "1.63.0" +authors = ["coffee-is-power"] +repository = "https://github.com/discloud/cli-rust/" version = "0.3.2-alpha" edition = "2021" description = "Blazingly fast Discloud CLI" license = "Apache-2.0" +license-file = "LICENSE" +categories = ["command-line-utilities"] +keywords = ["discloud", "cli", "bot", "fast", "discord"] +readme = "README.md" [dependencies] chrono = { version = "0.4.22", features = ["serde"] }