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 7e3d0d3 commit 9cc5d5aCopy full SHA for 9cc5d5a
Cargo.toml
@@ -2,5 +2,11 @@
2
name = "leetcoders"
3
version = "0.0.1"
4
edition = "2021"
5
+repository = "https://github.com/LeetCode-Packages/Rust"
6
+license-file = "LICENSE"
7
+readme = "README.md"
8
+description = "Implementations of LeetCode problem solutions in Rust"
9
+homepage = "https://github.com/LeetCode-Packages/Rust"
10
+keywords = ["leetcode"]
11
12
[dependencies]
0 commit comments