From 4850eeb1634a0933fc69f0e8664ac1757f83ec2c Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 6 Jul 2024 15:54:43 +0100 Subject: [PATCH] chore: fix cargo.toml to include license from correct source --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3cb475c..c0f2d07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" license-file = "LICENSE.txt" keywords = ["docker", "developer-tools", "ratatui", "terminal"] categories = ["command-line-utilities", "development-tools"] -include = ["/src", "LICENSE", "README.md"] +include = ["/src", "LICENSE.txt", "CHANGELOG.md", "README.md"] [dependencies] ansi-to-tui = "4.0.1"