mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 04:20:46 +00:00
06a13c2983
This PR bumps the Svelte extension to v0.2.0. Changes: - https://github.com/zed-industries/zed/pull/17529 Release Notes: - N/A
16 lines
228 B
TOML
16 lines
228 B
TOML
[package]
|
|
name = "zed_svelte"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/svelte.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.1.0"
|