chore: Exclude unneeded files

This commit is contained in:
Igor Gnatenko 2019-08-25 14:10:44 +02:00 committed by GitHub
parent 278de79267
commit eb3c523444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ documentation = "https://docs.rs/serde_urlencoded"
description = "`x-www-form-urlencoded` meets Serde"
categories = ["encoding", "web-programming"]
keywords = ["serde", "serialization", "urlencoded"]
exclude = ["/.travis.yml", "/bors.toml"]
[badges]
travis-ci = {repository = "nox/serde_urlencoded"}