mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-04 20:37:56 +00:00
39 lines
1002 B
TOML
39 lines
1002 B
TOML
[package]
|
|
name = "starship"
|
|
version = "0.9.1"
|
|
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"]
|
|
categories = ["command-line-utilities"]
|
|
description = """
|
|
The cross-shell prompt for astronauts. ☄🌌️
|
|
"""
|
|
exclude = ["docs/**/*"]
|
|
|
|
[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"
|
|
ansi_term = "0.12.0"
|
|
dirs = "2.0.2"
|
|
git2 = "0.9.2"
|
|
toml = "0.5.1"
|
|
serde_json = "1.0.40"
|
|
rayon = "1.1.0"
|
|
pretty_env_logger = "0.3.0"
|
|
log = "0.4.8"
|
|
battery = "0.7.4"
|
|
lazy_static = "1.3.0"
|
|
path-slash = "0.1.1"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.1.0"
|