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 e868110 commit c10b6f3Copy full SHA for c10b6f3
Cargo.toml
@@ -3,6 +3,11 @@ name = "cnb"
3
# WRN: Version will be updated by CI while create a tag, NERVER change this.
4
version = "0.0.0-staging"
5
edition = "2021"
6
+description = "Cnblogs' command line tool"
7
+license = "MIT"
8
+repository = "https://github.com/cnblogs/cli"
9
+keywords = ["cli", "cnblogs", "blog"]
10
+categories = ["command-line-utilities"]
11
12
[profile.dev]
13
lto = true
0 commit comments