chore(build.rs): moved into src/ dir

This commit is contained in:
Sebastian Thiel
2015-06-24 16:34:53 +02:00
parent 8473bce3e8
commit 624ec51e8f
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ description = "A partial oauth2 implementation, providing the 'device' authoriza
documentation = "http://byron.github.io/yup-oauth2"
keywords = ["google", "oauth", "v2"]
license = "MIT"
build = "build.rs"
build = "src/build.rs"
[dependencies]
chrono = "*"