[package] name = "home-prelude" version = "1.0.2" edition = "2021" description = "Prelude library to support home applications" repository = "https://github.com/haribo256/home-prelude" homepage = "https://github.com/haribo256/home-prelude" license = "MIT" readme = "README.md" keywords = ["prelude", "home"] categories = ["rust-patterns"] include = [ "**/*.rs", "Cargo.toml" ] [dependencies] anyhow = "1.0.86" chrono = "0.4.38" color-eyre = "0.6.3" log = "0.4.21" time = "0.3.36" tracing = "0.1.40" tracing-panic = "0.1.2" tracing-subscriber = { version = "0.3.18", features = ["time"] }