summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: adde6e24cf6c8edabbe28a2bd526d4c61eb8a9b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "starship"
version = "0.1.0"
authors = ["Matan Kushner <hello@matchai.me>"]
edition = "2018"

[dependencies]
clap = "2.33.0"
ansi_term = "0.11.0"
dirs = "1.0.5"
git2 = "0.8.0"

[dev-dependencies]
tempfile = "3.0.7"
criterion = "0.2.11"

[[bench]]
name = "my_benchmark"
harness = false