From d920e9fde2f5b0a8d29b469826ba96ec2e460910 Mon Sep 17 00:00:00 2001 From: Celeste Date: Sat, 12 Mar 2022 16:22:44 +0000 Subject: [PATCH] categories and keywords. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3790def..4d4cdf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,8 @@ license = "LGPL-3.0-or-later" homepage = "https://git.colean.cc/packeteer/about/" repository = "https://git.colean.cc/packeteer/" readme = "README.md" +keywords = ["packets", "protocol", "http", "assistance", "networking"] +categories = ["data-structures", "value-formatting", "parsing", "network-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html