mirror of
https://github.com/starship/starship.git
synced 2025-02-02 11:29:40 +01:00
10 lines
163 B
TOML
10 lines
163 B
TOML
[package]
|
|
name = "starship"
|
|
version = "0.1.0"
|
|
authors = ["Matan Kushner <hello@matchai.me>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = "2.32.0"
|
|
ansi_term = "0.11.0"
|