1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-08 11:30:48 +00:00
starship/Cargo.toml
dependabot-preview[bot] d26353f3e3 chore(deps): Bump ansi_term from 0.11.0 to 0.12.0 (#96)
Bumps [ansi_term](https://github.com/ogham/rust-ansi-term) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/ogham/rust-ansi-term/releases)
- [Commits](https://github.com/ogham/rust-ansi-term/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-15 13:33:54 -04:00

36 lines
912 B
TOML

[package]
name = "starship"
version = "0.2.0"
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"
ansi_term = "0.12.0"
dirs = "2.0.1"
git2 = "0.9.1"
toml = "0.5.1"
serde_json = "1.0.40"
rayon = "1.1.0"
pretty_env_logger = "0.3.0"
log = "0.4.7"
battery = "0.7.4"
lazy_static = "1.3.0"
[dev-dependencies]
tempfile = "3.1.0"