diff options
author | Blaž Hrastnik | 2020-10-15 14:32:07 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-12-03 04:04:42 +0000 |
commit | 8adcf5083ffc12532ecca7594a2192acd954dd3a (patch) | |
tree | 6aa699ff3f5879f6c3597ce8490c9d2b8e52292f /helix-lsp/Cargo.toml | |
parent | 2e12fc9a7cd221bb7b5f4b5c1ece599089770ccb (diff) |
wip
Diffstat (limited to 'helix-lsp/Cargo.toml')
-rw-r--r-- | helix-lsp/Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
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 <blaz@mxxn.io>"] +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" |