mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-09 14:51:04 +00:00
2017bcfc7a
### Changes - Replace Rust nightly built-in benchmarking with criterion.rs - Add benchmarking to Azure Pipelines
20 lines
302 B
TOML
20 lines
302 B
TOML
[package]
|
|
name = "starship"
|
|
version = "0.1.0"
|
|
authors = ["Matan Kushner <hello@matchai.me>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = "2.32.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
|