Skip to content

Commit

Permalink
remove keywords from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
oriontvv committed Jun 28, 2022
1 parent 1702e86 commit 695a0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "cli tool which can convert different formats"
homepage = "https://github.com/oriontvv/convfmt/"
repository = "https://github.com/oriontvv/convfmt/"
documentation = "https://docs.rs/convfmt"
keywords = ["cli", "format", "convert", "convertor", "json", "yaml", "toml"]
keywords = ["cli", "format", "convert", "convertor", "tool"]
categories = ["command-line-utilities", "command-line-interface"]

# 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 @@ -8,7 +8,7 @@ A command line tool which can convert formats:

```bash
$ convfmt < cfg.json > cfg.yml --from json --to yaml
$ convfmt < cfg.toml > cfg.json --from toml --to json --compact
$ cat cfg.toml | convfmt -f toml -t json --compact > cfg.json
```

Some formats allow to use `compact` and `pretty`(default) options
Expand Down

0 comments on commit 695a0a5

Please sign in to comment.