Skip to content

Commit 9cc5d5a

Browse files
committed
update config
1 parent 7e3d0d3 commit 9cc5d5a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
name = "leetcoders"
33
version = "0.0.1"
44
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"]
511

612
[dependencies]

0 commit comments

Comments
 (0)