mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 06:40:17 +00:00
6a079cbdc3
This PR bumps the Astro extension to v0.1.0. Changes: - #14849 - #15010 - #15011 Release Notes: - N/A
17 lines
277 B
TOML
17 lines
277 B
TOML
[package]
|
|
name = "zed_astro"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/astro.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
zed_extension_api = "0.0.6"
|