From 6dd8a16448cb16210e8777c63a0717f11634fe6f Mon Sep 17 00:00:00 2001 From: Kornel Date: Fri, 29 Mar 2019 21:13:58 +0000 Subject: [PATCH] Add encoding crates.io category The crate is useful more generally than just for network programming --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8512a96a8..2be5f1db3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ publish = true repository = "https://github.com/TyOverby/bincode" documentation = "https://docs.rs/bincode" readme = "./readme.md" -categories = ["network-programming"] +categories = ["encoding", "network-programming"] keywords = ["binary", "encode", "decode", "serialize", "deserialize"] build = "build.rs"