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 9cc5d5a commit 6443dc5Copy full SHA for 6443dc5
Cargo.toml
@@ -8,5 +8,8 @@ readme = "README.md"
8
description = "Implementations of LeetCode problem solutions in Rust"
9
homepage = "https://github.com/LeetCode-Packages/Rust"
10
keywords = ["leetcode"]
11
+exclude = [
12
+ ".github/*"
13
+]
14
15
[dependencies]
0 commit comments