zed/extensions/astro/Cargo.toml
Marshall Bowers 3676ca879b
Extract Astro support into an extension (#9835)
This PR extracts Astro support into an extension and removes the
built-in Astro support from Zed.

Release Notes:

- Removed built-in support for Astro, in favor of making it available as
an extension. The Astro extension will be suggested for download when
you open a `.astro` file.
2024-03-26 18:50:08 -04:00

17 lines
226 B
TOML

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