Skip to content

Commit efe8798

Browse files
committed
fix(Cargo.toml): expected at most 5 keywords per crate
1 parent 32a8d34 commit efe8798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version = "1.77.0"
88
authors = ["Hantong Chen <cxwdyx620@gmail.com>", "Miguel D. Salcedo <miguel@salcedo.cc>"]
99
categories = ["network-programming"]
1010
description = "PROXY Protocol codec implementation in Rust. See HAProxy for the protocol specification."
11-
keywords = ["proxy", "protocol", "haproxy", "codec", "decode", "encode"]
11+
keywords = ["proxy", "protocol", "haproxy", "codec"]
1212
license = "Apache-2.0"
1313
readme = "README.md"
1414
repository = "https://github.com/hanyu-dev/proxy-protocol-codec"

0 commit comments

Comments
 (0)