Merge pull request #229 from dnaka91/reduce-package-size

Reduce crate package size
pull/234/head
Daniel Abramov 3 years ago committed by GitHub
commit b3759a76bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Cargo.toml

@ -11,6 +11,7 @@ documentation = "https://docs.rs/tungstenite/0.15.0"
repository = "https://github.com/snapview/tungstenite-rs"
version = "0.15.0"
edition = "2018"
include = ["benches/**/*", "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
[package.metadata.docs.rs]
all-features = true

Loading…
Cancel
Save