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"