zed/extensions/astro/Cargo.toml
2024-12-18 23:22:24 +00:00

17 lines
277 B
TOML

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