diff options
author | Guillaume Pasquet <dev@etenil.net> | 2022-02-16 10:24:37 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2022-02-16 10:24:37 +0000 |
commit | 6e1638629897bbba01733f412a62762bb7e4cc3c (patch) | |
tree | 3a31d63d6cab95e84031ec2403fba7c1e36c77da | |
parent | e06052fa852883ba13b9a69811894b2efda96952 (diff) |
Remove extra keyword
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ license = "GPL-3.0-or-later" description = "Command-line tool to perform file-based HTTP(s) requests." repository = "https://gitlab.com/guillaume54/barb" readme = "README.md" -keywords = ["http","request","postman","rest","api","curl"] +keywords = ["http","request","postman","rest","api"] categories = ["command-line-utilities","network-programming","web-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |