mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
d0a5dbd8cb
This PR syncs the `Cargo.toml` version with the `extension.toml` version. We should try to keep these in sync. Release Notes: - N/A
17 lines
234 B
TOML
17 lines
234 B
TOML
[package]
|
|
name = "zed_terraform"
|
|
version = "0.0.3"
|
|
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"
|