starship/Cargo.toml

25 lines
397 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]
2019-04-18 06:06:31 +02:00
clap = "2.33.0"
2019-04-02 06:45:49 +02:00
ansi_term = "0.11.0"
2019-04-04 20:18:15 +02:00
dirs = "1.0.5"
2019-04-07 22:43:11 +02:00
git2 = "0.8.0"
2019-05-01 16:45:56 +02:00
toml = "0.5.0"
serde_json = "1.0.39"
2019-05-10 05:51:50 +02:00
rayon = "1.0.3"
2019-05-14 06:43:11 +02:00
pretty_env_logger = "0.3.0"
log = "0.4.6"
[dev-dependencies]
2019-04-16 16:59:57 +02:00
tempfile = "3.0.7"
criterion = "0.2.11"
[[bench]]
name = "my_benchmark"
harness = false