rust/crates/ra_project_model
Aaron Wood beb79ed104 Begin transition to new fields for JsonProject crate cfgs
This starts the transition to a new method of documenting the cfgs that are
enabled for a given crate in the json file.  This is changing from a list
of atoms and a dict of key:value pairs, to a list of strings that is
equivalent to that returned by `rustc --print cfg ..`, and parsed in the
same manner by rust-analyzer.

This is the first of two changes, which adds the new field that contains
the list of strings.  Next change will complete the transition and remove
the previous fields.
2020-05-08 16:59:52 -07:00
..
src Begin transition to new fields for JsonProject crate cfgs 2020-05-08 16:59:52 -07:00
Cargo.toml Reduce deps 2020-03-31 19:29:11 +02:00