mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
32 lines
637 B
TOML
32 lines
637 B
TOML
|
[package]
|
||
|
name = "extension"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
license = "GPL-3.0-or-later"
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[lib]
|
||
|
path = "src/extension.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow.workspace = true
|
||
|
async-compression.workspace = true
|
||
|
async-tar.workspace = true
|
||
|
collections.workspace = true
|
||
|
fs.workspace = true
|
||
|
futures.workspace = true
|
||
|
http_client.workspace = true
|
||
|
language.workspace = true
|
||
|
log.workspace = true
|
||
|
lsp.workspace = true
|
||
|
semantic_version.workspace = true
|
||
|
serde.workspace = true
|
||
|
serde_json.workspace = true
|
||
|
toml.workspace = true
|
||
|
wasm-encoder.workspace = true
|
||
|
wasmparser.workspace = true
|
||
|
wit-component.workspace = true
|