Files
zed/extensions/html/Cargo.toml
Finn Evers 8fb2bde2c9 html: Bump to v0.3.0 (#44865)
Release Notes:

- N/A
2025-12-15 11:50:44 +00:00

17 lines
241 B
TOML

[package]
name = "zed_html"
version = "0.3.0"
edition.workspace = true
publish.workspace = true
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/html.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.7.0"