fix: exclude large data files blocking crate publish

This commit is contained in:
Santiago Carmuega 2024-08-21 08:57:53 -03:00
parent 385973b544
commit f5ebe71a08
No known key found for this signature in database

View file

@ -9,6 +9,7 @@ documentation = "https://docs.rs/pallas-math"
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"
authors = ["Andrew Westberg <andrewwestberg@gmail.com>"] authors = ["Andrew Westberg <andrewwestberg@gmail.com>"]
exclude = ["tests/data/*"]
[features] [features]
default = ["gmp"] default = ["gmp"]