mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
chore: Publish crate to Crates.io (#92)
* Add all the necessary Cargo.toml details for crates.io * Update the image on README.md to be a full URL so crates.io can load it * Update installation instructions to encourage installing from crates.io
This commit is contained in:
+16
-2
@@ -1,8 +1,22 @@
|
||||
[package]
|
||||
name = "starship"
|
||||
version = "0.1.0"
|
||||
authors = ["Matan Kushner <hello@matchai.me>"]
|
||||
version = "0.1.0-beta.4"
|
||||
edition = "2018"
|
||||
authors = ["Matan Kushner <hello@matchai.me>"]
|
||||
repository = "https://github.com/starship/starship"
|
||||
readme = "README.md"
|
||||
license = "ISC"
|
||||
keywords = ["prompt", "shell", "bash", "fish", "zsh"]
|
||||
categories = ["command-line-utilities"]
|
||||
description = """
|
||||
The cross-shell prompt for astronauts. ☄🌌️
|
||||
"""
|
||||
|
||||
[badges]
|
||||
azure-devops = { project = "starship-control/starship", pipeline = "Starship Test Suite" }
|
||||
is-it-maintained-issue-resolution = { repository = "starship/starship" }
|
||||
is-it-maintained-open-issues = { repository = "starship/starship" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = "2.33.0"
|
||||
|
||||
Reference in New Issue
Block a user