]> git.lizzy.rs Git - rust.git/blob - src/tools/rls/Cargo.toml
Rollup merge of #106854 - steffahn:drop_linear_arc_rebased, r=Mark-Simulacrum
[rust.git] / src / tools / rls / Cargo.toml
1 [package]
2 name = "rls"
3 version = "2.0.0"
4 edition = "2021"
5 license = "Apache-2.0/MIT"
6
7 [dependencies]
8 serde = { version = "1.0.143", features = ["derive"] }
9 serde_json = "1.0.83"
10 # A noop dependency that changes in the Rust repository, it's a bit of a hack.
11 # See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
12 # for more information.
13 rustc-workspace-hack = "1.0.0"