zed/crates/plugin/Cargo.toml

12 lines
208 B
TOML
Raw Normal View History

[package]
name = "plugin"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
serde.workspace = true
serde_derive.workspace = true
bincode = "1.3"
plugin_macros = { path = "../plugin_macros" }