[package] name = "astro-run-logger" version = "0.1.3" edition.workspace = true repository.workspace = true homepage.workspace = true description.workspace = true keywords.workspace = true authors.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = { workspace = true } chrono = { workspace = true } colored = "2.0.4"