File: Cargo.toml.orig

package info (click to toggle)
rust-lsp-textdocument 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 488 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "lsp-textdocument"
version = "0.4.2"
edition = "2021"
authors = ["qixuan"]
description = "A LSP text documents manager that map of text document."
readme = "README.md"
license = "MIT"
homepage = "https://github.com/GiveMe-A-Name/lsp-textdocument"
repository = "https://github.com/GiveMe-A-Name/lsp-textdocument"

[dependencies]
lsp-types = "0.97.0"
serde_json = "1.0"

[dev-dependencies]
anyhow = "1"
lsp-server = "0.7.6"
serde = { version = "1", features = ["derive"] }