summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Vladović <d.vladimyr@gmail.com>2021-04-01 18:45:13 +0200
committerGitHub <noreply@github.com>2021-04-01 18:45:13 +0200
commitcba98bde10d193768a28131066c5ecfc08417b12 (patch)
tree2bb16e13ecfaa4f40f2c9a67e86f770966c1a0c4 /Cargo.toml
parent4af29d6355bce6ebe2247c5e65857bc758f14866 (diff)
chore: filter crate/s contents (#2495)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9589c0826..213f602f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }