mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 18:46:49 +00:00
23 lines
400 B
TOML
23 lines
400 B
TOML
|
[package]
|
||
|
name = "assistant_tooling"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
license = "GPL-3.0-or-later"
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[lib]
|
||
|
path = "src/assistant_tooling.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow.workspace = true
|
||
|
gpui.workspace = true
|
||
|
schemars.workspace = true
|
||
|
serde.workspace = true
|
||
|
serde_json.workspace = true
|
||
|
|
||
|
[dev-dependencies]
|
||
|
gpui = { workspace = true, features = ["test-support"] }
|