2019-04-01 23:23:03 -04:00
|
|
|
[package]
|
|
|
|
|
name = "starship"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Matan Kushner <hello@matchai.me>"]
|
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2019-04-18 04:06:31 +00:00
|
|
|
clap = "2.33.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-05-01 15:45:56 +01:00
|
|
|
toml = "0.5.0"
|
|
|
|
|
serde_json = "1.0.39"
|
2019-04-15 20:54:52 -04:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2019-04-16 07:59:57 -07:00
|
|
|
tempfile = "3.0.7"
|
2019-04-16 12:20:00 -07:00
|
|
|
criterion = "0.2.11"
|
|
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
|
name = "my_benchmark"
|
|
|
|
|
harness = false
|