From dc5d9cf8a751f0b0de2eab4001226de9c73dbfcd Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 25 Jun 2019 15:19:30 -0700 Subject: [PATCH] chore(cargo): include build.rs when publishing --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]