-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26d1a44
commit 7f3b556
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters