[package] name = "instant_log" version = "0.1.2" edition = "2021" authors = ["Wayne Oliver"] license = "BSD-2-Clause" description = "A very simple logger" repository = "https://gitlab.com/waynes-crates/instant-log" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.26" dotenv = "0.15.0"