Skip to content

Commit 31d3d80

Browse files
committed
updated Cargo.toml
1 parent 9901742 commit 31d3d80

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
@@ -2,6 +2,13 @@
22
name = "leetcode-runner-cli"
33
version = "0.2.6"
44
edition = "2021"
5+
authors = ["Vishal Das"]
6+
description = "A tool to execute and submit leetcode problems from the command line"
7+
readme = "README.md"
8+
repository = "https://github.com/dvishal485/leetcode-runner-cli"
9+
license = "Apache-2.0"
10+
keywords = ["leetcode", "leetcode-cli", "leetcode-questions"]
11+
categories = ["command-line-utilities"]
512

613
[dependencies]
714
clap = { version = "4.3.1", features = ["derive"] }

0 commit comments

Comments
 (0)