Skip to content

Commit 66536f5

Browse files
committed
chore: add project metadata and package classification to Cargo.toml
1 parent 5bb5cd1 commit 66536f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ edition = "2021"
55
description = "Outside-In CLI-to-Agent Bridge"
66
license = "Apache-2.0"
77
readme = "README.md"
8+
authors = ["aiperceivable <team@aiperceivable.com>"]
9+
homepage = "https://aiperceivable.com"
10+
repository = "https://github.com/aiperceivable/apexe"
11+
documentation = "https://aiperceivable.github.io/apexe/"
12+
keywords = ["mcp", "cli", "agent", "governance", "scanner"]
13+
categories = ["command-line-utilities", "development-tools"]
814

915
[dependencies]
1016
anyhow = "1"

0 commit comments

Comments
 (0)