Added theme writing code, really bad race condition
This commit is contained in:
parent
a656047c15
commit
cc8ae45012
13 changed files with 297 additions and 32 deletions
|
@ -48,7 +48,7 @@ ordered-float = "2.1.1"
|
|||
parking_lot = "0.11"
|
||||
postage = { version = "0.4", features = ["futures-traits"] }
|
||||
rand = { version = "0.8.3", optional = true }
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
serde = { workspace = true }
|
||||
smallvec = { version = "1.6", features = ["union"] }
|
||||
smol = "1.2"
|
||||
tree-sitter-rust = { version = "*", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue