[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"] }