diff --git a/Cargo.toml b/Cargo.toml index 01cb4405..4ce445f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,15 @@ documentation = "https://starship.rs/guide/" edition = "2021" homepage = "https://starship.rs" # Keep `/` in front of `README.md` to exclude localized readmes -include = ["src/**/*", "build.rs", "Cross.toml", "LICENSE", "/README.md", "docs/.vuepress/public/presets/toml/"] +include = [ + "src/**/*", + "/starship.exe.manifest", + "build.rs", + "Cross.toml", + "LICENSE", + "/README.md", + "docs/.vuepress/public/presets/toml/", +] keywords = ["prompt", "shell", "bash", "fish", "zsh"] license = "ISC" readme = "README.md"