diff --git a/Cargo.toml b/Cargo.toml index c3cdeb51..d4f86041 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,8 @@ categories = ["network-programming", "web-programming::http-client", "web-progra include = [ "Cargo.toml", "LICENSE", - "src/**/*" + "src/**/*", + "build.rs", ] [dependencies]