[package] name = "hackerlog" version = "0.1.3" edition = "2021" license = "MIT" authors = ["C.K. "] description = "A simple logging tool with no fluff for hackers." repository = "https://github.com/0xricksanchez/hackerlog" [dependencies] chrono = "0.4.31" termion = "2.0.3"