mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
b6857ca469
This PR updates the extensions dependent on v0.0.6 of the `zed_extension_api` crate to use the now-published version on crates.io instead of a path dependency. The impacted extensions are: - `dart` - `gleam` - `haskell` - `svelte` Release Notes: - N/A
17 lines
228 B
TOML
17 lines
228 B
TOML
[package]
|
|
name = "zed_svelte"
|
|
version = "0.0.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.0.6"
|