From 90139e0372339cae4892daba9a0a9674f283e3fb Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 17 Dec 2023 15:46:18 -0500 Subject: [PATCH] [cargo.toml] add project metadata --- Cargo.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6786270..275f354 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,13 @@ authors = ["Chris Simpkins "] description = """ A customizable Rust command line file size reporting executable with support for recursive traversal of file systems. """ -documentation = "https://github.com/chrissimpkins/size" -homepage = "https://github.com/chrissimpkins/size" -repository = "https://github.com/chrissimpkins/size" +documentation = "https://github.com/chrissimpkins/siz" +homepage = "https://github.com/chrissimpkins/siz" +repository = "https://github.com/chrissimpkins/siz" +readme = "README.md" rust-version = "1.70.0" +keywords = ["file", "size", "commandline", "executable"] +categories = ["command-line-utilities", "filesystem"] [[bin]] name = "siz"