summaryrefslogtreecommitdiffstats
path: root/packages/rust/lsprotocol/Cargo.toml
blob: 4d1ddc98457fa677317f9f20328c1f5a290c0b04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "lsprotocol"
version = "0.1.0"
edition = "2021"
description = "Rust implementation of the Language Server Protocol generated from LSP specification."
authors = ["Microsoft Corporation <lsprotocol-help@microsoft.com>", "Karthik Nadig <kanadig@microsoft.com>"]
license = "MIT"
repository = "https://github.com/microsoft/lsprotocol"
readme = "README.md"

[dependencies]
serde = {version ="1.0.152", features = ["derive"]}
serde_json = "1.0.93"
serde_repr = "0.1.10"
url = "2.3.1"
rust_decimal = "1.29.1"