diff --git a/Cargo.toml b/Cargo.toml index 1bbbc97..42e662b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,8 @@ documentation = "https://github.com/hougesen/hitt#readme" keywords = ["http", "cli"] description = "command line HTTP testing tool focused on speed and simplicity" homepage = "https://github.com/hougesen/hitt" +readme = "README.md" +categories = ["command-line-utilities", "development-tools"] [workspace.dependencies] hitt-formatter = { path = "hitt-formatter", version = "0.0.1" } diff --git a/hitt-cli/Cargo.toml b/hitt-cli/Cargo.toml index 5544a87..ac09a4e 100644 --- a/hitt-cli/Cargo.toml +++ b/hitt-cli/Cargo.toml @@ -10,6 +10,8 @@ keywords.workspace = true rust-version.workspace = true homepage.workspace = true documentation.workspace = true +readme.workspace = true +categories.workspace = true [[bin]] name = "hitt"