From b5a9f405e82fbceec5b3baca8830f0b576879373 Mon Sep 17 00:00:00 2001 From: rhysd Date: Fri, 20 Oct 2023 22:18:44 +0900 Subject: [PATCH] include `tests` directory in shipped package --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 63afc88..dad9c7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ keywords = ["tui", "textarea", "editor", "input", "ratatui"] include = [ "/src", "/examples", + "/tests", "/README.md", "/LICENSE.txt", ]