[package] name = "yash-prompt" version = "0.2.0" authors = ["WATANABE Yuki "] edition = "2021" rust-version = "1.79.0" description = "Command line prompt for yash shell" # documentation = "https://yash.osdn.jp/doc/" readme = "README.md" # homepage = "https://yash.osdn.jp/" repository = "https://github.com/magicant/yash-rs" license = "GPL-3.0-or-later" keywords = ["posix", "shell"] categories = ["command-line-utilities"] [dependencies] futures-util = "0.3.28" yash-env = { path = "../yash-env", version = "0.4.0" } yash-semantics = { path = "../yash-semantics", version = "0.4.0" } yash-syntax = { path = "../yash-syntax", version = "0.12.0" } [dev-dependencies] yash-env-test-helper = { path = "../yash-env-test-helper", version = "0.2.0" }