Skip to content

Commit

Permalink
docs: add readme to utility packages (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Dec 27, 2023
1 parent d8adab3 commit 7020886
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hitt-formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ repository.workspace = true
keywords.workspace = true
rust-version.workspace = true
homepage.workspace = true
readme = "README.md"
categories = []

[dependencies]
jsonformat = "2.0.0"
3 changes: 3 additions & 0 deletions hitt-formatter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# hitt-formatter

Code formatter utility package for the [hitt](https://github.com/hougesen/hitt) HTTP testing tool.
2 changes: 2 additions & 0 deletions hitt-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ repository.workspace = true
keywords.workspace = true
rust-version.workspace = true
homepage.workspace = true
readme = "README.md"
categories = []

[dependencies]
http = { workspace = true }
3 changes: 3 additions & 0 deletions hitt-parser/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# hitt-parser

Parser for the [hitt](https://github.com/hougesen/hitt) HTTP testing tool.
2 changes: 2 additions & 0 deletions hitt-request/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ repository.workspace = true
keywords.workspace = true
rust-version.workspace = true
homepage.workspace = true
readme = "README.md"
categories = []

[dependencies]
hitt-parser = { workspace = true }
Expand Down
3 changes: 3 additions & 0 deletions hitt-request/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# hitt-request

Request utility for the [hitt](https://github.com/hougesen/hitt) HTTP testing tool.

0 comments on commit 7020886

Please sign in to comment.