From 5c2cf5778f1a9a819a1400689cd4e50be59267c5 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Wed, 1 Jun 2016 13:09:43 +0200 Subject: [PATCH] also publish the `.in` file used by the build script --- serde_codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]