ai_chat_v2/Cargo.toml

13 lines
317 B
TOML

[package]
name = "chat"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71"
openai_rs = { path = "./OpenAI-Rust" }
tiktoken = { path = "./tiktoken" }
tokio = { version = "1.28.2", features = ["full"] }