From 8a033d84385a27eb70665a697411827c7484705e Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 10 Nov 2023 09:11:31 -0600 Subject: [PATCH] chore: Fix packaging --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59afe20f..729f7af5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,8 @@ include = [ "LICENSE*", "README.md", "benches/**/*", - "examples/**/*" + "examples/**/*", + "tests/**/*", ] [package.metadata.docs.rs]