zed/crates/plugin/Cargo.toml
Antonio Scandurra 1af8f4be19 Deserialize Theme directly into the heap to avoid stack overflow
Co-Authored-By: Julia Risley <julia@zed.dev>
2023-03-17 15:58:52 +01:00

12 lines
241 B
TOML

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