about summary refs log tree commit diff
path: root/src/tools/rls/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2023-07-10Don't use serde-derive in the rls shimJosh Stone-1/+0
The already-small RLS shim can get a little smaller, and faster to build, if we drop the serde-derive dependency and decode the one "method" field it needs manually from `serde_json::Value`.
2023-04-16chore: remove `rustc-workspace-hack`Weihang Lo-4/+0
Co-authored-by: Scott Schafer <schaferjscott@gmail.com> Co-authored-by: Eric Huss <eric@huss.org>
2022-08-27Sunset RLSEric Huss-0/+13