ignore test data for packaging

This commit is contained in:
Robin Appelman 2020-11-29 14:22:59 +01:00
commit cf95b468c2

View file

@ -7,6 +7,7 @@ description = "Api client for demos.tf"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/demostf/api-client" repository = "https://github.com/demostf/api-client"
readme = "README.md" readme = "README.md"
exclude = [ "tests/data/gully.dem" ]
[dependencies] [dependencies]
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }