diff --git a/Cargo.toml b/Cargo.toml index b3d5a45..8dfa70e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" description = "Open a path or URL using the program configured on the system" repository = "https://github.com/Byron/open-rs" keywords = ["open", "xdg-open", "start", "launch"] -include = ["src/**/*.rs", "Cargo.toml", "*.md"] +include = ["src/**/*", "LICENSE.md", "README.md", "changelog.md"] [[bin]] test = false