mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-04 20:37:56 +00:00
794ae7b2ad
### Changed - Added current_dir param to segments to make them more testable - Moved all existing integration tests to a `tests/` dir ### Added - A whole bunch of new integration tests
15 lines
231 B
TOML
15 lines
231 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]
|
|
tempdir = "0.3.7"
|