[package] name = "ask-sh" version = "0.4.5" edition = "2021" authors = ["hmirin "] description = "An AI command line assistant, which is context-aware and multi-turn capable." license = "MIT" repository = "https://github.com/hmirin/ask.sh/" [dependencies] "dotenv"="0.15.0" "regex"="1.8.3" "tokio" = { version = "1.12.0", features = ["full"] } "futures" = "0.3.19" tinytemplate = "1.2.1" async-openai = "0.18.3" [[bin]] name = "ask-sh" path = "./src/main.rs"