forc-lsp 0.66.5

A simple `forc` plugin for starting the sway language server.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "forc-lsp"
version.workspace = true
description = "A simple `forc` plugin for starting the sway language server."
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
anyhow.workspace = true
clap = { workspace = true, features = ["derive"] }
sway-lsp.workspace = true
tikv-jemallocator.workspace = true
tokio.workspace = true