sync from monorepo @ 2452e92e

This commit is contained in:
2026-05-08 01:59:04 +02:00
commit b03dc15371
459 changed files with 129586 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "dirigent_taskrunner"
version = "0.1.0"
edition = "2021"
[lib]
path = "src/lib.rs"
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
dirigent_process = { path = "../dirigent_process", features = ["tokio"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "2.0"
tokio = { version = "1", features = ["process", "io-util", "fs", "sync", "time", "rt"] }
tracing = "0.1"
uuid = { version = "1.0", features = ["v7", "serde"] }