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 98b1fe1 commit 62d5dfeCopy full SHA for 62d5dfe
leetcode-tui-rs/Cargo.toml
@@ -7,6 +7,7 @@ edition.workspace = true
7
license.workspace = true
8
keywords.workspace = true
9
repository.workspace = true
10
+readme.workspace = true
11
12
[[bin]]
13
name = "leetui"
leetcode-tui-shared/Cargo.toml
@@ -1,7 +1,6 @@
1
[package]
2
name = "leetcode-tui-shared"
3
description = "Leetcode tui shared library"
4
-readme = "README.md"
5
version.workspace = true
6
authors.workspace = true
edition.workspace = true
0 commit comments