Skip to content

Commit 12176d4

Browse files
committed
Add information to Cargo.toml
1 parent b9590d9 commit 12176d4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Cargo.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ version = "0.0.0-rc.5"
44
description = "Summarize disk usage of the set of files, recursively for directories"
55
authors = ["khai96_ <[email protected]>"]
66
edition = "2018"
7+
readme = "README.md"
8+
license = "Apache-2.0"
9+
documentation = "https://docs.rs/parallel-disk-usage"
10+
repository = "https://github.com/KSXGitHub/parallel-disk-usage.git"
11+
keywords = [
12+
"pdu",
13+
"dust",
14+
"dutree",
15+
"size",
16+
"chart",
17+
]
18+
categories = [
19+
"command-line-utilities",
20+
"filesystem",
21+
]
22+
include = [
23+
"/src",
24+
"/Cargo.toml",
25+
"/README.md",
26+
"/LICENSE",
27+
]
728

829
[lib]
930
name = "parallel_disk_usage"

0 commit comments

Comments
 (0)