From 0f76d46d95a5aaba3700a8341e3811657c41549a Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Fri, 19 Jul 2019 22:13:11 -0400 Subject: [PATCH] chore: Exclude docs from published crate --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 72206418..5a0ed725 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.3.0" edition = "2018" authors = ["Matan Kushner "] 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" }