Add lsp command to fix rust-analyzer

This commit is contained in:
Jack Clayton
2022-06-16 11:53:41 +08:00
parent b19f74e8cf
commit be87cc9fa6
6 changed files with 141 additions and 22 deletions

View File

@@ -12,6 +12,9 @@ notify = "4.0"
toml = "0.5"
regex = "1.5"
serde= { version = "1.0", features = ["derive"] }
serde_json = "1.0.81"
home = "0.5.3"
glob = "0.3.0"
[[bin]]
name = "rustlings"