mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-08 10:02:56 +00:00
16 lines
224 B
TOML
16 lines
224 B
TOML
[package]
|
|
name = "zed_html"
|
|
version = "0.1.3"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/html.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.1.0"
|