zed/extensions/astro/Cargo.toml
Marshall Bowers 3da625e538
astro: Bump to v0.0.2 (#11834)
This PR bumps the Astro extension to v0.0.2.

Changes:

- #11830

Release Notes:

- N/A
2024-05-14 19:12:43 -04:00

17 lines
226 B
TOML

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