From 2c69ccdca411fe9e15d312207913d23e9edccf7e Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Mon, 30 May 2016 07:23:09 -0700 Subject: [PATCH] Add the build script to the Cargo include section --- 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 3ee0f7fe..5f78e3fe 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", "src/**/*.rs"] +include = ["Cargo.toml", "build.rs", "src/**/*.rs"] [features] default = ["with-syntex"]