2024-07-09 12:02:36 +00:00
|
|
|
[package]
|
|
|
|
name = "snippet_provider"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
|
|
|
collections.workspace = true
|
2024-11-23 00:02:32 +00:00
|
|
|
extension.workspace = true
|
2024-07-09 12:02:36 +00:00
|
|
|
fs.workspace = true
|
|
|
|
futures.workspace = true
|
|
|
|
gpui.workspace = true
|
2024-07-10 07:40:50 +00:00
|
|
|
parking_lot.workspace = true
|
2024-09-25 19:21:00 +00:00
|
|
|
paths.workspace = true
|
2024-07-09 12:02:36 +00:00
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
snippet.workspace = true
|
|
|
|
util.workspace = true
|