starship/Cargo.toml

10 lines
163 B
TOML
Raw Normal View History

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