From 2da6eb2337ca321168125562124c4f1eee1da0b0 Mon Sep 17 00:00:00 2001 From: Frank Zechert Date: Sun, 2 Apr 2023 03:36:42 +0200 Subject: [PATCH] adds the LICENSE.txt file to the files published in this crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40d2f98..c419830 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" publish = true keywords = ["ansi", "escape-codes", "control-codes", "ISO-6429", "ECMA-48"] categories = ["command-line-interface"] -include = ["**/*.rs", "Cargo.toml", "README.md"] +include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE.txt"] readme = "README.md" [dependencies]