mirror of
https://github.com/bytedream/serde-inline-default.git
synced 2026-08-04 21:10:40 +02:00
chore: exclude unnecessary files from packaged crate
This commit is contained in:
@@ -9,6 +9,14 @@ repository = "https://github.com/bytedream/serde-inline-default"
|
|||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
keywords = ["serde", "serialization"]
|
keywords = ["serde", "serialization"]
|
||||||
categories = ["encoding"]
|
categories = ["encoding"]
|
||||||
|
include = [
|
||||||
|
"/Cargo.toml",
|
||||||
|
"/LICENSE-APACHE",
|
||||||
|
"/LICENSE-MIT",
|
||||||
|
"/README.md",
|
||||||
|
"/src/**",
|
||||||
|
"/tests/**"
|
||||||
|
]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|||||||
Reference in New Issue
Block a user