Skip to content

Commit

Permalink
build: 📦 added required fields in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
zaghaghi committed Mar 9, 2024
1 parent bc69839 commit ea4fdb4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
name = "openapi-tui"
version = "0.1.0"
edition = "2021"
description = "Terminal UI to list, browse and run APIs defined with openapi spec."
description = "This TUI allows you to list and browse APIs described by the openapi specification."

authors = ["Hamed Zaghaghi <hamed.zaghaghi@gmail.com>"]
build = "build.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
authors = ["Hamed Zaghaghi <hamed.zaghaghi@gmail.com>"]
repository = "https://github.com/zaghaghi/openapi-tui"
homepage = "https://github.com/zaghaghi/openapi-tui"
license-file = "LICENSE"

readme = "README.md"

[dependencies]
better-panic = "0.3.0"
Expand Down

0 comments on commit ea4fdb4

Please sign in to comment.