Files
zed/extensions/html/Cargo.toml
Piotr Osiewicz 2db2b636f2 assistant: Add annotations to more languages (#15866)
Release Notes:

- N/A
2024-08-07 13:47:21 +02:00

17 lines
224 B
TOML

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