rust/crates/project_model
Aleksey Kladov 881d71a489 internal: reduce crate interdependence
I don't think there's anything wrong with project_model depending on
proc_macro_api directly -- fundamentally, both are about gluing our pure
data model to the messy outside world.

However, it's easy enough to avoid the dependency, so why not.

As an additional consideration, `proc_macro_api` now pulls in `base_db`.
project_model should definitely not depend on that!
2021-08-22 13:32:00 +03:00
..
src internal: reduce crate interdependence 2021-08-22 13:32:00 +03:00
test_data Rust project project model smoke tests 2021-08-01 15:00:34 -07:00
Cargo.toml internal: reduce crate interdependence 2021-08-22 13:32:00 +03:00