diff options
| author | liv <mokou@fastmail.com> | 2022-06-17 13:00:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-17 13:00:44 +0200 |
| commit | 294ef8d92c0dc6a2e629acf26a2a9b49588aadac (patch) | |
| tree | ed96b87f95ae945e29a48681959ab928c177f753 /Cargo.toml | |
| parent | b19f74e8cfaba7775e8ff2d74cab9cb862fb1473 (diff) | |
| parent | be87cc9fa624233a8bf2f489399f7837e2601bd3 (diff) | |
Merge pull request #1026 from jackos/rust-analyzer-fix
Add lsp command to fix rust-analyzer
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
