mirror of
https://github.com/starship/starship.git
synced 2024-11-08 01:15:22 +01:00
2440ed60d0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.0.8 to 3.1.0. - [Release notes](https://github.com/Stebalien/tempfile/releases) - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.0.8...v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
26 lines
415 B
TOML
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.1.0"
|
|
criterion = "0.2.11"
|
|
|
|
[[bench]]
|
|
name = "my_benchmark"
|
|
harness = false
|