Skip to content

Commit 7214b0c

Browse files
copyleftdevclaude
andcommitted
chore: add crates.io metadata to Cargo.toml
Add repository, homepage, documentation, keywords, categories, and readme fields for crates.io publishing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9a170a3 commit 7214b0c

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
@@ -4,6 +4,12 @@ version = "0.1.0"
44
edition = "2021"
55
description = "Single-binary webhook inbox. Accept HTTP, store it, show it."
66
license = "MIT"
7+
repository = "https://github.com/copyleftdev/hookbin.dev"
8+
homepage = "https://hook-bin.dev"
9+
documentation = "https://github.com/copyleftdev/hookbin.dev#readme"
10+
keywords = ["webhook", "http", "inspector", "debugging", "sqlite"]
11+
categories = ["command-line-utilities", "development-tools", "web-programming::http-server"]
12+
readme = "README.md"
713

814
[[bin]]
915
name = "hookbin"

0 commit comments

Comments
 (0)