starship/Cargo.toml
dependabot-preview[bot] 7b0533f2dd chore(deps): Bump serde_json from 1.0.39 to 1.0.40 (#88)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.39...v1.0.40)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-01 12:24:11 -04:00

26 lines
415 B
TOML

[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 = "2.0.1"
git2 = "0.9.1"
toml = "0.5.1"
serde_json = "1.0.40"
rayon = "1.1.0"
pretty_env_logger = "0.3.0"
log = "0.4.6"
battery = "0.7.4"
[dev-dependencies]
tempfile = "3.0.8"
criterion = "0.2.11"
[[bench]]
name = "my_benchmark"
harness = false