summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a42ccc28ea917ee988028bb95d243d9b0f3e8047 (plain)
1
2
3
4
5
6
7
8
9
10
[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"
dirs = "1.0.5"