Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 9bf2d43

Browse files
committed
chore(Cargo.toml): add metadata
1 parent 5329269 commit 9bf2d43

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
[package]
22
name = "discloud"
3+
rust-version = "1.63.0"
4+
authors = ["coffee-is-power"]
5+
repository = "https://github.com/discloud/cli-rust/"
36
version = "0.3.2-alpha"
47
edition = "2021"
58
description = "Blazingly fast Discloud CLI"
69
license = "Apache-2.0"
10+
license-file = "LICENSE"
11+
categories = ["command-line-utilities"]
12+
keywords = ["discloud", "cli", "bot", "fast", "discord"]
13+
readme = "README.md"
714

815
[dependencies]
916
chrono = { version = "0.4.22", features = ["serde"] }

0 commit comments

Comments
 (0)