[package] name = "thepipelinetool_runner" version = "0.2.7" edition = "2021" description = "runner package used for thepipelinetool" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thepipelinetool_task = { path = "../thepipelinetool_task", version = "0.2.7" } thepipelinetool_utils = { path = "../thepipelinetool_utils", version = "0.2.7" } serde_json = "1.0" serde = { version = "1.0.152", features = ["derive"] } chrono = { version = "0.4.31", features = [ "serde" ] } chrono-tz = { version = "0.9.0", features = [ "serde" ] } parking_lot = "0.12.1" anyhow = "1.0.81"