summary refs log tree commit diff
path: root/src/tools/rls/Cargo.toml
blob: 92b50bf4cec3abf58d7cd85fec9a5e9938bc438b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rls"
version = "2.0.0"
edition = "2021"
license = "Apache-2.0/MIT"

[dependencies]
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
# for more information.
rustc-workspace-hack = "1.0.0"