26809df720
- 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)
10 lines
193 B
TOML
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"
|