Move build.rs along with the other Servo files from components to ports

This commit is contained in:
Lars Bergstrom 2016-11-18 10:58:51 -06:00
parent 696b806284
commit d05114f66d
3 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,6 @@ name = "libservo"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
build = "build.rs"
publish = false
[lib]

View file

@ -4,6 +4,7 @@ name = "servo"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
build = "build.rs"
publish = false
[[bin]]