From 8adcf5083ffc12532ecca7594a2192acd954dd3a Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Thu, 15 Oct 2020 23:32:07 +0900 Subject: wip --- helix-lsp/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 helix-lsp/Cargo.toml (limited to 'helix-lsp/Cargo.toml') diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml new file mode 100644 index 00000000..6fd59bf4 --- /dev/null +++ b/helix-lsp/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "helix-lsp" +version = "0.1.0" +authors = ["Blaž Hrastnik "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +lsp-types = { version = "0.82", features = ["proposed"] } +smol = "1.2" +url = "2.1.1" +pathdiff = "0.2.0" +shellexpand = "2.0.0" +glob = "0.3.0" -- cgit v1.2.3-70-g09d2