build: Add /starship.exe.manifest to Cargo.toml include (#3713)

* build: Add /starship.exe.manifest to Cargo.toml include

Closes #3709

* Make dprint happy

* Make dprint happy...
This commit is contained in:
Segev Finer 2022-03-09 10:05:02 +02:00 committed by GitHub
parent b9e1ad1ad9
commit 739ab1ebf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -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"