mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
15 lines
225 B
TOML
15 lines
225 B
TOML
|
[package]
|
||
|
name = "zed_extension_api"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
license = "Apache-2.0"
|
||
|
|
||
|
[lib]
|
||
|
path = "src/extension_api.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
wit-bindgen = "0.18"
|
||
|
|
||
|
[package.metadata.component]
|
||
|
target = { path = "wit" }
|