mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-02 15:00:23 +00:00
9a5194b505
This PR bumps the Svelte extension to v0.1.1. Changes: - https://github.com/zed-industries/zed/pull/17404 Release Notes: - N/A
16 lines
228 B
TOML
16 lines
228 B
TOML
[package]
|
|
name = "zed_svelte"
|
|
version = "0.1.1"
|
|
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"
|