From e153418b8adfd9a5af904ac414c6f9f8997588f7 Mon Sep 17 00:00:00 2001 From: Tamo Date: Mon, 11 Apr 2022 14:52:41 +0200 Subject: [PATCH] remove the unused key warning --- flatten-serde-json/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flatten-serde-json/Cargo.toml b/flatten-serde-json/Cargo.toml index db92c1ded..7c18656f1 100644 --- a/flatten-serde-json/Cargo.toml +++ b/flatten-serde-json/Cargo.toml @@ -4,10 +4,6 @@ version = "0.1.0" edition = "2021" description = "Flatten serde-json objects like elastic search" readme = "README.md" -author = ["Tamo tamo@meilisearch.com"] -repository = "https://github.com/irevoire/flatten-serde-json" -keywords = ["json", "flatten"] -categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html