summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2019-05-13Implement the git status module (#45)Matan Kushner
2019-05-09Parallelize prompt modules (#46)Matan Kushner
2019-05-01Add the package version segment (#35)John Letey
2019-04-18Bump clap from 2.32.0 to 2.33.0 (#13)dependabot[bot]
2019-04-16Use criterion.rs for section benchmarking (#8)Matan Kushner
### Changes - Replace Rust nightly built-in benchmarking with criterion.rs - Add benchmarking to Azure Pipelines
2019-04-16Replace tempdir with tempfile (#7)Matan Kushner
2019-04-15Add integration tests (#6)Matan Kushner
### 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
2019-04-12Revert "Parallelize nodejs file checks"Matan Kushner
This reverts commit 99bdf27ecac655b54b03d7389b1b24970a1ec9ec.
2019-04-12Parallelize nodejs file checksMatan Kushner
2019-04-07Use git project root for truncationMatan Kushner
2019-04-04Add dir section with home truncationMatan Kushner
2019-04-02Start working on char color for statusMatan Kushner
2019-04-01Initial commitMatan Kushner