zed/extensions/terraform/Cargo.toml
Marshall Bowers 5e44f5fa44
terraform: Bump to v0.0.4 (#15174)
This PR bumps the Terraform extension to v0.0.4.

Changes:

- #10937
- #15171

Release Notes:

- N/A
2024-07-25 08:22:28 -04:00

17 lines
234 B
TOML

[package]
name = "zed_terraform"
version = "0.0.4"
edition = "2021"
publish = false
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/terraform.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.0.6"