[package] name = "ai-sh" version = "0.1.3" edition = "2021" authors = ["hmirin "] description = "An AI command line assistant, which is context-aware and multi-turn capable." license = "MIT" [dependencies] "dotenv"="0.15.0" "regex"="1.8.3" "openai-api-stream-rs" = "0.1.0" "tokio" = { version = "1.12.0", features = ["full"] } "futures" = "0.3.19" tinytemplate = "1.2.1" serde_json = "1.0.96" serde = "1.0.163" [[bin]] name = "ask" path = "./src/main.rs"