Skip to content

Commit ef6ca40

Browse files
build(cargo): add package authors, categories, links, and keywords
1 parent 3cbb90b commit ef6ca40

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22
name = "openapi-cli"
33
version = "0.1.0"
44
license = "MIT"
5+
authors = ["Francesco Bianco (@francescobianco)", "Openapi® <hello@openapi.com>"]
56
edition = "2024"
67
description = "CLI client for Openapi.com APIs"
78
readme = "docs/crates-io.md"
89
repository = "https://github.com/openapi/openapi-cli"
10+
categories = ["api-bindings", "web-programming", "asynchronous", "authentication", "development-tools"]
11+
documentation = "https://console.openapi.com/"
12+
homepage = "https://openapi.com/"
13+
keywords = ["openapi", "sdk", "client"]
914

1015
[dependencies]
1116
clap = { version = "4", features = ["derive", "env"] }

0 commit comments

Comments
 (0)