zed/crates/ai/Cargo.toml
Nathan Sobo 30de64845f WIP
2023-05-22 23:11:27 -06:00

27 lines
521 B
TOML

[package]
name = "ai"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/ai.rs"
doctest = false
[dependencies]
editor = { path = "../editor" }
gpui = { path = "../gpui" }
util = { path = "../util" }
serde.workspace = true
serde_json.workspace = true
anyhow.workspace = true
indoc.workspace = true
pulldown-cmark = "0.9.2"
futures.workspace = true
isahc.workspace = true
unindent.workspace = true
async-stream = "0.3.5"
[dev-dependencies]
editor = { path = "../editor", features = ["test-support"] }