Skip to content

Commit

Permalink
Add readme, keywords and categories fields
Browse files Browse the repository at this point in the history
  • Loading branch information
gblach committed Jan 8, 2023
1 parent 4d90551 commit f5c739b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name = "reflicate"
version = "0.1.0"
edition = "2021"
description = "Deduplicate data by creating reflinks between identical files"
readme = "README.md"
license = "MIT"
repository = "https://github.com/gblach/reflicate"
keywords = ["cli", "deduplication", "file", "filesystem", "reflink", "utility"]
categories = ["command-line-utilities", "filesystem"]

[dependencies]
argh = "0.1"
Expand Down

0 comments on commit f5c739b

Please sign in to comment.