From 0a691255f386333742b747508fb8564efb98f945 Mon Sep 17 00:00:00 2001 From: cyteon Date: Fri, 24 Jan 2025 16:02:30 +0100 Subject: [PATCH] pluh --- lang/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/Cargo.toml b/lang/Cargo.toml index fa4caff..b586cd4 100644 --- a/lang/Cargo.toml +++ b/lang/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://www.cyteon.tech/modu/docs/quickstart" license = "MIT" authors = ["Cyteon"] keywords = ["programming-language", "cli", "interpreter", "language"] -exclude = ["./examples"] +exclude = ["/examples", "/tmp"] [dependencies] bat = "0.24.0"