From a31d0be191a3514556643353875e1338623c4379 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 2 Aug 2022 10:38:57 -0700 Subject: [PATCH] Update keywords in crates.io metadata --- serde_derive/Cargo.toml | 2 +- serde_test/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/serde_derive/Cargo.toml b/serde_derive/Cargo.toml index a50d3c3f..28104706 100644 --- a/serde_derive/Cargo.toml +++ b/serde_derive/Cargo.toml @@ -7,7 +7,7 @@ description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]" documentation = "https://serde.rs/derive.html" homepage = "https://serde.rs" include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] -keywords = ["serde", "serialization", "no_std"] +keywords = ["serde", "serialization", "no_std", "derive"] license = "MIT OR Apache-2.0" readme = "crates-io.md" repository = "https://github.com/serde-rs/serde" diff --git a/serde_test/Cargo.toml b/serde_test/Cargo.toml index eee11af3..f147a12a 100644 --- a/serde_test/Cargo.toml +++ b/serde_test/Cargo.toml @@ -8,7 +8,7 @@ description = "Token De/Serializer for testing De/Serialize implementations" documentation = "https://docs.serde.rs/serde_test/" homepage = "https://serde.rs" include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] -keywords = ["serde", "serialization"] +keywords = ["serde", "serialization", "testing"] license = "MIT OR Apache-2.0" readme = "crates-io.md" repository = "https://github.com/serde-rs/serde"