From 41aae14c6458ad1238debb18fe1e017ad45fef8d Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Wed, 20 Jun 2018 20:09:33 -0400 Subject: [PATCH] Do not distribute the fixtures in published crates (#290) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ecb759a..b43c252 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ repository = "https://github.com/carllerche/h2" readme = "README.md" keywords = ["http", "async", "non-blocking"] categories = ["asynchronous", "web-programming", "network-programming"] +exclude = ["fixtures/**"] [badges.travis-ci] repository = "carllerche/h2"