also publish build.rs

This commit is contained in:
Oliver Schneider 2016-08-11 11:38:44 +02:00
parent f59ec44a0b
commit 8c2359f9c3
No known key found for this signature in database
GPG Key ID: 56D6EEA0FC67AC46

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]