Optimize LSP snippet parsing

This commit is contained in:
Urgau 2023-02-07 20:15:39 +01:00 committed by Blaž Hrastnik
parent 9c12e0fb76
commit e973b71c83
4 changed files with 57 additions and 19 deletions

View file

@ -27,4 +27,3 @@ thiserror = "1.0"
tokio = { version = "1.26", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
tokio-stream = "0.1.12"
which = "4.4"
once_cell = "1.15"