fix: exclude large data files blocking crate publish

This commit is contained in:
Santiago Carmuega 2024-08-21 08:57:53 -03:00
parent f4527fc438
commit c8e8d2619c

View file

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