mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 12:21:50 +00:00
59c005b086
Release Notes: - N/A
17 lines
251 B
TOML
17 lines
251 B
TOML
[package]
|
|
name = "zed_snippets"
|
|
version = "0.0.2"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/snippets.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.0.6"
|
|
serde_json = "1.0"
|