diff --git a/Cargo.toml b/Cargo.toml index 27d5b48..2b81bd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ documentation = "https://docs.rs/async-tungstenite" version = "0.14.0" edition = "2018" readme = "README.md" +include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] [features] default = []