Explicitly list inputs to the style crate's build script

This avoids unncessary build script runs caused by changes to unrelated files.
This commit is contained in:
Matt Brubeck 2016-05-11 10:44:33 -07:00
parent 81246a7b61
commit 65e6938291
6 changed files with 57 additions and 0 deletions

View file

@ -2135,6 +2135,7 @@ dependencies = [
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
"walkdir 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -2392,6 +2393,15 @@ name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "walkdir"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wayland-client"
version = "0.5.11"