Files
starship/Cargo.toml
T

20 lines
302 B
TOML
Raw Normal View History

2019-04-01 23:23:03 -04:00
[package]
name = "starship"
version = "0.1.0"
authors = ["Matan Kushner <hello@matchai.me>"]
edition = "2018"
[dependencies]
clap = "2.32.0"
2019-04-02 00:45:49 -04:00
ansi_term = "0.11.0"
2019-04-04 14:18:15 -04:00
dirs = "1.0.5"
2019-04-07 16:43:11 -04:00
git2 = "0.8.0"
2019-04-15 20:54:52 -04:00
[dev-dependencies]
2019-04-16 07:59:57 -07:00
tempfile = "3.0.7"
criterion = "0.2.11"
[[bench]]
name = "my_benchmark"
harness = false