From 665774a98158a133709e65755ab1169922f52539 Mon Sep 17 00:00:00 2001 From: inx Date: Wed, 28 Jan 2026 23:07:00 +0800 Subject: [PATCH] chore: include tests in release artifacts for verification --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 121ec15..5906595 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" homepage = "https://github.com/dotinx/naj" repository = "https://github.com/dotinx/naj" categories = ["command-line-utilities"] -exclude = ["tests/", "scripts/",] +exclude = ["scripts/",] [dependencies]