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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user