ZIm/extensions/emmet/Cargo.toml
Marshall Bowers 4238e640fa
emmet: Bump to v0.0.6 (#36129)
This PR bumps the Emmet extension to v0.0.6.

Changes:

- https://github.com/zed-industries/zed/pull/36126

Release Notes:

- N/A
2025-08-13 16:55:02 +00:00

16 lines
243 B
TOML

[package]
name = "zed_emmet"
version = "0.0.6"
edition.workspace = true
publish.workspace = true
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/emmet.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.1.0"