From cf7cc50ad08a72b8461464f1ff3c84d68ad2f539 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 1 Mar 2017 11:13:24 -0800 Subject: [PATCH] chore(cargo): set an include directive --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 227210a4..e8c1bd7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,13 @@ keywords = ["http", "hyper", "hyperium"] categories = ["web-programming::http-client", "web-programming::http-server"] build = "build.rs" +include = [ + "build.rs", + "Cargo.toml", + "LICENSE", + "src/**/*" +] + [dependencies] base64 = "0.4.0" futures = "0.1.7"