mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 18:25:57 +00:00
0ddec2753a
Note that I want to move this into an extension before merging. Fixes: #4992 Release Notes: - Added Emmet snippets support
16 lines
226 B
TOML
16 lines
226 B
TOML
[package]
|
|
name = "zed_emmet"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/emmet.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.0.4"
|