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]