chore: drop dead Cargo.lock exclude entry

cargo always packages the lockfile for libraries (since 1.62), so
the exclude entry did nothing. Package contents unchanged.
This commit is contained in:
2026-09-05 18:22:34 +00:00
parent ce6c29a6c8
commit 5f12abf80e
+1 -1
View File
@@ -9,7 +9,7 @@ readme = "README.md"
repository = "https://git.alk.dev/alkdev/alkhttp"
keywords = ["http", "websocket", "rpc", "openapi", "mcp"]
categories = ["network-programming", "web-programming", "asynchronous"]
exclude = [".opencode/", "AGENTS.md", "docs/", "tasks/", "scripts/", "Cargo.lock"]
exclude = [".opencode/", "AGENTS.md", "docs/", "tasks/", "scripts/"]
[lib]
name = "alkhttp"