Add the build script to the Cargo include section
This commit is contained in:
parent
66eddd4d9b
commit
2c69ccdca4
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user