Skip to content

Commit

Permalink
Update Cargo.toml and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uzimaru0000 committed Dec 29, 2023
1 parent 26d1a44 commit 7f3b556
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "oreq"
description = "The tool for interactively creating curl arguments from OpenAPI."
version = "0.1.0"
edition = "2021"
authors = ["uzimaru0000"]
authors = ["uzimaru0000 <[email protected]>"]
license = "MIT"
homepage = "https://github.com/uzimaru0000/oreq"
repository = "https://github.com/uzimaru0000/oreq"
readme = "README.md"
keywords = ["curl", "openapi", "cli"]
categories = ["development-tools", "network-programming", "cli"]

[dependencies]
anyhow = "1.0.75"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<h1 align="center">:wrench: oreq</h1>

<h2 align="center"><em>OpenAPI Request Prompts</em></h2>
<h4 align="center">The tool for interactively creating curl arguments from OpenAPI."</h4>

[![](https://img.shields.io/github/license/uzimaru0000/oreq?style=for-the-badge)](https://github.com/uzimaru0000/tv/blob/master/LICENSE)
<!-- [![](https://img.shields.io/github/v/release/uzimaru0000/tv?style=for-the-badge)](https://github.com/uzimaru0000/tv/releases/latest) -->
<!-- ![](https://img.shields.io/github/downloads/uzimaru0000/tv/total?style=for-the-badge) -->

<h4 align="center">The tool for interactively creating curl arguments from OpenAPI.</h4>

## WIP :construction:

### TODO
Expand Down

0 comments on commit 7f3b556

Please sign in to comment.