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.
Cargo.toml
1 parent b9590d9 commit 12176d4Copy full SHA for 12176d4
Cargo.toml
@@ -4,6 +4,27 @@ version = "0.0.0-rc.5"
4
description = "Summarize disk usage of the set of files, recursively for directories"
5
authors = ["khai96_ <[email protected]>"]
6
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
28
29
[lib]
30
name = "parallel_disk_usage"
0 commit comments