From e1f845c2614922b3632f182b9f38e294980914a5 Mon Sep 17 00:00:00 2001 From: Anatoliy Samara <> Date: Sun, 1 Oct 2023 17:36:19 +0200 Subject: [PATCH] Updates to package metadata in Cargo.toml ahead of publishing --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 19a63c1..2ea85ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,9 @@ description = "Runtime hooks for serde" documentation = "https://docs.rs/serde_hooks" keywords = ["serde", "serialization", "callback", "hook", "introspection"] repository = "https://github.com/anatols/serde_hooks" +homepage = "https://github.com/anatols/serde_hooks" rust-version = "1.68" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html