chore: filter crate/s contents (#2495)
This commit is contained in:
parent
4af29d6355
commit
cba98bde10
|
@ -14,7 +14,8 @@ build = "build.rs"
|
|||
description = """
|
||||
The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️
|
||||
"""
|
||||
exclude = ["docs/**/*", "media/**/*"]
|
||||
# Keep `/` in front of `README.md` to exclude localized readmes
|
||||
include = ["src/**/*", "build.rs", "Cross.toml", "LICENSE", "/README.md"]
|
||||
|
||||
[badges]
|
||||
is-it-maintained-issue-resolution = { repository = "starship/starship" }
|
||||
|
|
|
@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
|
|||
description = """
|
||||
The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️
|
||||
"""
|
||||
exclude = ["docs/**/*"]
|
||||
include = ["src/**/*", "LICENSE", "README.md"]
|
||||
|
||||
[lib]
|
||||
name = "starship_module_config_derive"
|
||||
|
|
Loading…
Reference in New Issue