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