Files
honey-biscuit-workshop/workshop-schedule/Cargo.toml
T
Catty Steve 26809df720 feat(bake): DAG scheduler, decorator execution, notify refactor, workshop-schedule crate
- Add workshop-schedule crate (petgraph-based DAG scheduling)
- Implement all bake decorators with combinator chain execution
- Refactor notify module: extract handler, rule, template, util, queue
- Add NotificationQueue with priority/drain semantics
- Enhance finalize plugin system with internal plugin registration
- Update ExecutionContext and event types
- Add per-crate AGENTS.md knowledge base files
- Remove inline AGENTS.md files (consolidated into per-crate docs)
2026-06-15 20:45:06 +08:00

10 lines
193 B
TOML

[package]
name = "workshop-schedule"
version = "0.1.0"
edition = "2024"
description = "Semi-general DAG scheduling library for CI/CD pipelines"
[dependencies]
petgraph = "0.7"
thiserror = "2"