From c15c86b4b5672949bbd1b3c7cb72fa593ba0efb2 Mon Sep 17 00:00:00 2001 From: Adrian Papari Date: Sat, 7 Sep 2024 11:19:09 +0200 Subject: [PATCH] exclude gif when publishing --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 420ce16..cab2f30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ readme = "README.md" keywords = ["ratatui", "terminal", "effects", "UI", "TUI"] categories = ["command-line-interface"] authors = ["Adrian Papari "] +exclude = ["images/*.gif", ".*"] [dependencies] bon = "2.1.0"