Rename lsp-types
crate to helix-lsp-types
This commit is contained in:
parent
1ccdc55db9
commit
7793031aa6
2 changed files with 19 additions and 2 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -1406,6 +1406,17 @@ dependencies = [
|
||||||
"tokio-stream",
|
"tokio-stream",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "helix-lsp-types"
|
||||||
|
version = "0.95.1"
|
||||||
|
dependencies = [
|
||||||
|
"bitflags 1.3.2",
|
||||||
|
"serde",
|
||||||
|
"serde_json",
|
||||||
|
"serde_repr",
|
||||||
|
"url",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "helix-parsec"
|
name = "helix-parsec"
|
||||||
version = "24.7.0"
|
version = "24.7.0"
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
[package]
|
[package]
|
||||||
name = "lsp-types"
|
name = "helix-lsp-types"
|
||||||
version = "0.95.1"
|
version = "0.95.1"
|
||||||
authors = ["Markus Westerlind <marwes91@gmail.com>", "Bruno Medeiros <bruno.do.medeiros@gmail.com>"]
|
authors = [
|
||||||
|
# Original authors
|
||||||
|
"Markus Westerlind <marwes91@gmail.com>",
|
||||||
|
"Bruno Medeiros <bruno.do.medeiros@gmail.com>",
|
||||||
|
# Since forking
|
||||||
|
"Helix contributors"
|
||||||
|
]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Types for interaction with a language server, using VSCode's Language Server Protocol"
|
description = "Types for interaction with a language server, using VSCode's Language Server Protocol"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue