zed/extensions/astro/Cargo.toml
Marshall Bowers 5f57efb266
astro: Align version numbers in extension.toml and Cargo.toml ()
This PR aligns the version numbers in `extension.toml` and `Cargo.toml`
for the Astro extension, as they had gotten out-of-sync.

Release Notes:

- N/A
2024-07-23 10:28:09 -04:00

16 lines
226 B
TOML

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