mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
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"
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user