We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a8d34 commit efe8798Copy full SHA for efe8798
1 file changed
Cargo.toml
@@ -8,7 +8,7 @@ rust-version = "1.77.0"
8
authors = ["Hantong Chen <cxwdyx620@gmail.com>", "Miguel D. Salcedo <miguel@salcedo.cc>"]
9
categories = ["network-programming"]
10
description = "PROXY Protocol codec implementation in Rust. See HAProxy for the protocol specification."
11
-keywords = ["proxy", "protocol", "haproxy", "codec", "decode", "encode"]
+keywords = ["proxy", "protocol", "haproxy", "codec"]
12
license = "Apache-2.0"
13
readme = "README.md"
14
repository = "https://github.com/hanyu-dev/proxy-protocol-codec"
0 commit comments