ZIm/extensions/html/Cargo.toml
2025-03-27 09:00:30 -04:00

16 lines
241 B
TOML

[package]
name = "zed_html"
version = "0.2.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.1.0"