also publish build.rs

This commit is contained in:
Oliver Schneider
2016-08-11 11:38:44 +02:00
parent f59ec44a0b
commit 402dedf22b
+1 -1
View File
@@ -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]