2024-05-24 17:03:41 +00:00
|
|
|
[package]
|
|
|
|
name = "assistant_slash_command"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "src/assistant_slash_command.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
|
|
|
collections.workspace = true
|
|
|
|
derive_more.workspace = true
|
|
|
|
gpui.workspace = true
|
2024-05-24 19:44:32 +00:00
|
|
|
language.workspace = true
|
2024-05-24 17:03:41 +00:00
|
|
|
parking_lot.workspace = true
|
2024-06-18 12:49:53 +00:00
|
|
|
serde.workspace = true
|
2024-09-17 14:47:08 +00:00
|
|
|
serde_json.workspace = true
|
2024-05-27 23:44:54 +00:00
|
|
|
workspace.workspace = true
|