[package] name = "lightlog" version = "0.1.1" authors = ["WeirdPtr "] description = "Basic Rust logging" edition = "2021" license = "MIT" repository = "https://github.com/WeirdPtr/lightlog" keywords = ["log", "logging","lightweight"] [dependencies] chrono = "0.4.19" colored = "2.0.0"