zed/extensions/zig/Cargo.toml
Marshall Bowers 0df4d12234
zig: Upgrade zed_extension_api to v0.1.0 ()
This PR updates the Zig extension to use v0.1.0 of the Zed extension
API.

This allows us to pin ZLS to v0.11.0, as the more recent releases of ZLS
don't have `.tar.gz` assets available.

Release Notes:

- N/A
2024-08-14 18:40:27 -04:00

16 lines
222 B
TOML

[package]
name = "zed_zig"
version = "0.1.5"
edition = "2021"
publish = false
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/zig.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.1.0"