zed/crates/extension_api/Cargo.toml

18 lines
251 B
TOML
Raw Normal View History

[package]
name = "zed_extension_api"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/extension_api.rs"
[dependencies]
wit-bindgen = "0.18"
[package.metadata.component]
target = { path = "wit" }