From f4d116b4698b98877d836bcfb8cf9f83d8f0c047 Mon Sep 17 00:00:00 2001 From: Vinh Tran Date: Thu, 26 Mar 2026 20:25:23 -0700 Subject: [PATCH] Expose testdata folder to crates.io Exposing the testdata to https://docs.rs/crate/brotli/8.0.2/source/ so that users can run the tests as part of their build system. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c44c2a4a..37c0e77d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,7 @@ include = [ "/README.md", "/LICENSE.BSD-3-Clause", "/LICENSE.MIT", + "/testdata/**", ] [[bin]]