mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 02:37:05 +00:00
b5ce8e7aa5
This PR releases v0.2.0 of the Zed extension API. Support for this version of the extension API will land in Zed v0.162.x. Release Notes: - N/A
23 lines
515 B
TOML
23 lines
515 B
TOML
[package]
|
|
name = "zed_extension_api"
|
|
version = "0.2.0"
|
|
description = "APIs for creating Zed extensions in Rust"
|
|
repository = "https://github.com/zed-industries/zed"
|
|
documentation = "https://docs.rs/zed_extension_api"
|
|
keywords = ["zed", "extension"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/extension_api.rs"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
wit-bindgen = "0.22"
|
|
|
|
[package.metadata.component]
|
|
target = { path = "wit" }
|