diff --git a/Cargo.toml b/Cargo.toml index 636bb16..305ea84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "*" diff --git a/build.rs b/src/build.rs similarity index 100% rename from build.rs rename to src/build.rs