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
..
2021-08-09 15:58:21 +03:00
2021-08-21 18:07:36 +00:00
2021-08-21 10:12:17 +00:00
2021-08-08 10:35:00 +00:00
2021-08-14 20:29:46 +03:00
2021-08-13 00:25:14 +02:00
2021-08-17 19:25:37 +03:00