about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/project-model/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2025-07-23Use `TempDir` for copied lockfilesShoyu Vanilla-0/+1
2025-06-23Don't run doctestsChayim Refael Friedman-0/+1
2025-03-23chore: Bump dependenciesLukas Wirth-1/+1
2025-02-27enable doctestBenjaminBrienen-1/+0
2024-12-20internal: Split serde derive feature into `serde_derive` usageLukas Wirth-0/+1
Ideally we'd not have any dependency pull in the derive feature for faster build times, once that is the case this change would have an actual effect. See https://github.com/matklad/macro-dep-test/blob/master/README.md for context.
2024-08-06Replace `[package.repository] = "…"` of published crates with ↵Vincent Esche-1/+1
`[package.repository.workspace] = true`
2024-08-06Add repository URL for published crates' missing `[package.repository]` fieldsVincent Esche-0/+1
2024-08-06Replace `"TBD"` with more helpful desciptions in published crates' ↵Vincent Esche-1/+1
`[package.description]` fields
2024-07-16Use symbol in cfgLukas Wirth-0/+1
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+38