From 5cd8f9a278e3ebb98cb90879859ad01be1846cef Mon Sep 17 00:00:00 2001 From: Philip Craig Date: Fri, 4 Oct 2024 18:54:48 +1000 Subject: [PATCH] Don't include tests in package These now require the testinput submodule. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5837052..45d22e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,6 @@ include = [ "/LICENSE-MIT", "/README.md", "/src", - "/tests", ] [dependencies]