2025-01-16 20:06:16 +00:00
|
|
|
[package]
|
|
|
|
name = "prompt_library"
|
|
|
|
version = "0.1.0"
|
2025-01-17 16:39:22 +00:00
|
|
|
edition.workspace = true
|
|
|
|
publish.workspace = true
|
2025-01-16 20:06:16 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "src/prompt_library.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
|
|
|
assets.workspace = true
|
|
|
|
chrono.workspace = true
|
|
|
|
collections.workspace = true
|
2025-01-17 15:28:27 +00:00
|
|
|
editor.workspace = true
|
2025-01-16 20:06:16 +00:00
|
|
|
fs.workspace = true
|
|
|
|
futures.workspace = true
|
|
|
|
fuzzy.workspace = true
|
|
|
|
gpui.workspace = true
|
|
|
|
handlebars.workspace = true
|
|
|
|
heed.workspace = true
|
|
|
|
language.workspace = true
|
2025-01-17 15:28:27 +00:00
|
|
|
language_model.workspace = true
|
2025-01-16 20:06:16 +00:00
|
|
|
log.workspace = true
|
2025-01-17 15:28:27 +00:00
|
|
|
menu.workspace = true
|
2025-01-16 20:06:16 +00:00
|
|
|
parking_lot.workspace = true
|
|
|
|
paths.workspace = true
|
2025-01-17 15:28:27 +00:00
|
|
|
picker.workspace = true
|
|
|
|
release_channel.workspace = true
|
2025-01-16 20:06:16 +00:00
|
|
|
rope.workspace = true
|
|
|
|
serde.workspace = true
|
2025-01-17 15:28:27 +00:00
|
|
|
settings.workspace = true
|
2025-01-16 20:06:16 +00:00
|
|
|
text.workspace = true
|
2025-01-17 15:28:27 +00:00
|
|
|
theme.workspace = true
|
|
|
|
ui.workspace = true
|
2025-01-16 20:06:16 +00:00
|
|
|
util.workspace = true
|
|
|
|
uuid.workspace = true
|
2025-01-17 15:28:27 +00:00
|
|
|
workspace.workspace = true
|
|
|
|
zed_actions.workspace = true
|