aboutsummaryrefslogtreecommitdiff
path: root/crates/paths/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-2/+2
|
* Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
|
* Introduce paths crateAleksey Kladov2020-06-141-0/+8
It's a good idea to distinguish between absolute and relative paths at the type level, to avoid accidental dependency on the cwd, which really shouldn't matter for rust-analyzer service