ZIm/extensions/toml/Cargo.toml

16 lines
241 B
TOML

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