mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-04 20:37:56 +00:00
a213114e9a
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.0...0.5.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Co-authored-by: Dependabot <support@dependabot.com>
25 lines
397 B
TOML
25 lines
397 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 = "1.0.5"
|
|
git2 = "0.8.0"
|
|
toml = "0.5.1"
|
|
serde_json = "1.0.39"
|
|
rayon = "1.0.3"
|
|
pretty_env_logger = "0.3.0"
|
|
log = "0.4.6"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.0.7"
|
|
criterion = "0.2.11"
|
|
|
|
[[bench]]
|
|
name = "my_benchmark"
|
|
harness = false
|