From 8c2359f9c305f28762e8eb60e1a8f599bb198c62 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Thu, 11 Aug 2016 11:38:44 +0200 Subject: [PATCH] also publish build.rs --- serde_macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serde_macros/Cargo.toml b/serde_macros/Cargo.toml index 8a2b0488..62764fdb 100644 --- a/serde_macros/Cargo.toml +++ b/serde_macros/Cargo.toml @@ -7,7 +7,7 @@ description = "Macros to auto-generate implementations for the serde framework" repository = "https://github.com/serde-rs/serde" documentation = "https://github.com/serde-rs/serde" keywords = ["serde", "serialization"] -include = ["Cargo.toml", "src/**/*.rs"] +include = ["Cargo.toml", "src/**/*.rs", "build.rs"] build = "build.rs" [lib]