From 858830aa5ebc3a0796a3671977f7619c5475c2fb Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Wed, 11 Aug 2021 11:33:41 +0900 Subject: [PATCH] Reduce crate package size --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a2118c5..5bcdf2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ documentation = "https://docs.rs/tungstenite/0.14.0" repository = "https://github.com/snapview/tungstenite-rs" version = "0.14.0" edition = "2018" +include = ["benches/**/*", "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"] [package.metadata.docs.rs] all-features = true