mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
21 lines
404 B
TOML
21 lines
404 B
TOML
[package]
|
|
name = "plugin_runtime"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
wasmtime = "0.38"
|
|
wasmtime-wasi = "0.38"
|
|
wasi-common = "0.38"
|
|
anyhow.workspace = true
|
|
serde.workspace = true
|
|
serde_derive.workspace = true
|
|
serde_json.workspace = true
|
|
bincode = "1.3"
|
|
pollster = "0.2.5"
|
|
smol.workspace = true
|
|
|
|
[build-dependencies]
|
|
wasmtime = { version = "0.38", features = ["all-arch"] }
|