summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-07-19 22:13:11 -0400
committerMatan Kushner <hello@matchai.me>2019-07-19 22:13:11 -0400
commit0f76d46d95a5aaba3700a8341e3811657c41549a (patch)
treeadee006328909d0d02a8195bceba0c47225f103f
parentc8975dfbb688220101bd86c0d0376128afe99aea (diff)
chore: Exclude docs from published cratev0.3.0
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 722064186..5a0ed725e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.3.0"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
repository = "https://github.com/starship/starship"
+documentation = "https://starship.rs/guide/"
readme = "README.md"
license = "ISC"
keywords = ["prompt", "shell", "bash", "fish", "zsh"]
@@ -11,6 +12,7 @@ categories = ["command-line-utilities"]
description = """
The cross-shell prompt for astronauts. ☄🌌️
"""
+exclude = ["docs/**/*"]
[badges]
azure-devops = { project = "starship-control/starship", pipeline = "Starship Test Suite" }