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:
parent
b9e1ad1ad9
commit
739ab1ebf2
10
Cargo.toml
10
Cargo.toml
|
@ -8,7 +8,15 @@ documentation = "https://starship.rs/guide/"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://starship.rs"
|
homepage = "https://starship.rs"
|
||||||
# Keep `/` in front of `README.md` to exclude localized readmes
|
# 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"]
|
keywords = ["prompt", "shell", "bash", "fish", "zsh"]
|
||||||
license = "ISC"
|
license = "ISC"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in New Issue