chore: exclude unnecessary files from packaged crate

This commit is contained in:
2026-07-06 13:02:24 +02:00
parent 5cafcf3e3f
commit a44606e99c
+8
View File
@@ -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