diff --git a/serde_codegen/Cargo.toml b/serde_codegen/Cargo.toml index 8438499b..8ad46dbb 100644 --- a/serde_codegen/Cargo.toml +++ b/serde_codegen/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/serde-rs/serde" documentation = "https://github.com/serde-rs/serde" keywords = ["serde", "serialization"] build = "build.rs" -include = ["Cargo.toml", "build.rs", "src/**/*.rs"] +include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/lib.rs.in"] [features] default = ["with-syntex"]