Add prettier search

This commit is contained in:
Kirill Bulatov 2023-09-06 13:57:50 +03:00
parent a8dfa01362
commit a420d9cdc7
3 changed files with 66 additions and 7 deletions

View file

@ -11,6 +11,9 @@ language = { path = "../language" }
gpui = { path = "../gpui" }
fs = { path = "../fs" }
serde.workspace = true
serde_derive.workspace = true
serde_json.workspace = true
anyhow.workspace = true
futures.workspace = true