Browse Source

Reduce number of keywords in Cargo.toml

pull/2/head
JuanLeon Lahoz 4 years ago
parent
commit
0805bda047
  1. 2
      Cargo.toml

2
Cargo.toml

@ -8,7 +8,7 @@ documentation = "https://github.com/juan-leon/lowcharts/"
homepage = "https://github.com/juan-leon/lowcharts/"
repository = "https://github.com/juan-leon/lowcharts/"
readme = "README.md"
keywords = ["regex", "grep", "data", "troubleshooting", "graph", "text", "console"]
keywords = ["grep", "troubleshooting", "graph", "text", "console"]
categories = ["command-line-utilities", "text-processing"]
license = "MIT"

Loading…
Cancel
Save