mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 06:40:17 +00:00
93a3e8bc94
This PR forks a new version of the `zed_extension_api` in preparation for new changes. Release Notes: - N/A --------- Co-authored-by: Max <max@zed.dev>
26 lines
577 B
TOML
26 lines
577 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"
|
|
|
|
# Remove when we're ready to publish v0.2.0.
|
|
publish = false
|
|
|
|
[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" }
|