Description: include with crate the fixtures needed by tests
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2024-04-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,14 @@
 license = "LGPL-3.0-or-later"
 rust-version = "1.80"
 
+include = [
+    "Cargo.toml",
+    "LICENSE.txt",
+    "README.md",
+    "fixtures/**",
+    "src/**",
+]
+
 [badges]
 maintenance = { status = "actively-developed" }
 
