Skip to content

Commit c10b6f3

Browse files
committed
docs: add some cargo manifest
1 parent e868110 commit c10b6f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name = "cnb"
33
# WRN: Version will be updated by CI while create a tag, NERVER change this.
44
version = "0.0.0-staging"
55
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"]
611

712
[profile.dev]
813
lto = true

0 commit comments

Comments
 (0)