Deserialize Theme
directly into the heap to avoid stack overflow
Co-Authored-By: Julia Risley <julia@zed.dev>
This commit is contained in:
parent
786d95b8c8
commit
1af8f4be19
32 changed files with 72 additions and 7 deletions
|
@ -23,6 +23,7 @@ lsp-types = "0.91"
|
|||
parking_lot = "0.11"
|
||||
postage = { version = "0.4.1", features = ["futures-traits"] }
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
serde_derive = { version = "1.0", features = ["deserialize_in_place"] }
|
||||
serde_json = { version = "1.0", features = ["raw_value"] }
|
||||
smol = "1.2"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue