diff options
author | Guillaume Pasquet <dev@etenil.net> | 2022-02-16 10:21:30 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2022-02-16 10:21:30 +0000 |
commit | e06052fa852883ba13b9a69811894b2efda96952 (patch) | |
tree | 621948c791ead9099219d29830dcc57fb34d0814 | |
parent | 31fdfebca99476a0fcae544b92f37ea0eac8e656 (diff) |
Add keywords and categories
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ 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"] +categories = ["command-line-utilities","network-programming","web-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |