We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9901742 commit 31d3d80Copy full SHA for 31d3d80
Cargo.toml
@@ -2,6 +2,13 @@
2
name = "leetcode-runner-cli"
3
version = "0.2.6"
4
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"]
12
13
[dependencies]
14
clap = { version = "4.3.1", features = ["derive"] }
0 commit comments