summaryrefslogtreecommitdiffstats
path: root/crates/rebel/Cargo.toml
AgeCommit message (Collapse)Author
2024-04-20Move rebel-parse dependency from rebel-resolve to rebelMatthias Schiffer
2024-04-20Introduce rebel-resolve moduleMatthias Schiffer
It would be nice to reduce the dependencies of the driver on the context further, so more of rebel-resolve can become private.
2024-04-20rebel: avoid thread-local for reading recipesMatthias Schiffer
This also disentangles dependencies between modules a bit.
2024-04-20rebel: move parsing to a separate crateMatthias Schiffer
2024-04-20Reference local packages by their actual namesMatthias Schiffer
2024-04-20Rename directories to match crate namesMatthias Schiffer