Do not distribute the fixtures in published crates (#290)

This commit is contained in:
Jake Goulding
2018-06-20 20:09:33 -04:00
committed by Sean McArthur
parent e78e7f152d
commit 41aae14c64

View File

@@ -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"