Skip to content

Commit

Permalink
chore: fix cargo.toml to include license from correct source
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpsoane committed Jul 6, 2024
1 parent 3712fb6 commit 4850eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4850eeb

Please sign in to comment.