zed/extensions/terraform/Cargo.toml
Marshall Bowers 545319bced
terraform: Bump to v0.0.2 (#10653)
This PR bumps the Terraform extension to v0.0.2.

Changes:

- #10641

Release Notes:

- N/A
2024-04-16 16:08:58 -04:00

16 lines
234 B
TOML

[package]
name = "zed_terraform"
version = "0.0.2"
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"