From a44606e99cc890dd7b34f890b35d0105cc572bb8 Mon Sep 17 00:00:00 2001 From: bytedream Date: Mon, 6 Jul 2026 13:02:24 +0200 Subject: [PATCH] chore: exclude unnecessary files from packaged crate --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 571c720..c463ead 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,14 @@ repository = "https://github.com/bytedream/serde-inline-default" license = "MIT OR Apache-2.0" keywords = ["serde", "serialization"] categories = ["encoding"] +include = [ + "/Cargo.toml", + "/LICENSE-APACHE", + "/LICENSE-MIT", + "/README.md", + "/src/**", + "/tests/**" +] [lib] proc-macro = true