mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-16 15:11:25 +00:00
545319bced
This PR bumps the Terraform extension to v0.0.2. Changes: - #10641 Release Notes: - N/A
16 lines
234 B
TOML
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"
|