Skip to content

Commit

Permalink
[cargo.toml] add project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Dec 17, 2023
1 parent 67d0837 commit 90139e0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ authors = ["Chris Simpkins <[email protected]>"]
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"
Expand Down

0 comments on commit 90139e0

Please sign in to comment.