adds the LICENSE.txt file to the files published in this crate

This commit is contained in:
Frank Zechert 2023-04-02 03:36:42 +02:00
parent 29707b465c
commit 2da6eb2337

View File

@ -12,7 +12,7 @@ license = "MIT"
publish = true publish = true
keywords = ["ansi", "escape-codes", "control-codes", "ISO-6429", "ECMA-48"] keywords = ["ansi", "escape-codes", "control-codes", "ISO-6429", "ECMA-48"]
categories = ["command-line-interface"] categories = ["command-line-interface"]
include = ["**/*.rs", "Cargo.toml", "README.md"] include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE.txt"]
readme = "README.md" readme = "README.md"
[dependencies] [dependencies]