Skip to content

Commit

Permalink
[#36] feat: bump version and add metadata to cargo (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel authored Mar 6, 2022
1 parent 528aa96 commit 2b9e095
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
name = "fu"
version = "1.0.0-rc.1"
version = "1.0.0"
authors = ["Angel M De Miguel <hi@angel.kiwi>"]
description = "fu is a du alike CLI. It comes with a set of new features and a better output"
readme = "README.md"
license = "Apache-2.0"
keywords = ["cli", "tool", "unix", "file", "filesize"]
categories = ["command-line-utilities", "filesystem"]
repository = "https://github.com/Angelmmiguel/fu/"
exclude = [".*"]

edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# fu

`fu` is a `du` alike CLI. It comes with a set a new features and a better output. For example, it allows you to sort and limit the number of entries and provides a colorized output to highlight heaviest entries.
`fu` is a `du` alike CLI. It comes with a set of new features and a better output. For example, it allows you to sort and limit the number of entries and provides a colorized output to highlight heaviest entries.

## Installation

Expand Down

0 comments on commit 2b9e095

Please sign in to comment.