[package] name = "nice_prompt" version = "0.1.1" authors = ["Samyak Ahuja "] edition = "2018" repository = "https://github.com/samyakahuja/nice_prompt" keywords = ["prompt", "shell", "bash"] categories = ["command-line-utilities"] description = "Minimal prompt for shell" license = "MIT" readme = "README.md" [dependencies] git2 = "0.13.6" ansi_term = "0.12.1" itertools = "0.9.0" dirs = "3.0.1" log = "0.4.11" simplelog = "0.8.0" anyhow = "1.0.32" clap = "2.33.2" [dev-dependencies] temp_testdir = "0.2.3"