also publish the .in file used by the build script

This commit is contained in:
Oliver Schneider 2016-06-01 13:09:43 +02:00
parent b5c0406afe
commit 5c2cf5778f
No known key found for this signature in database
GPG Key ID: 56D6EEA0FC67AC46

View File

@ -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"]