1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-13 05:42:20 +00:00
starship/Cargo.toml

11 lines
178 B
TOML
Raw Normal View History

2019-04-02 03:23:03 +00:00
[package]
name = "starship"
version = "0.1.0"
authors = ["Matan Kushner <hello@matchai.me>"]
edition = "2018"
[dependencies]
clap = "2.32.0"
2019-04-02 04:45:49 +00:00
ansi_term = "0.11.0"
2019-04-04 18:18:15 +00:00
dirs = "1.0.5"