[package] name = "bt_logger" version = "0.1.0" edition = "2021" authors = ["calvarez "] description = "A simple and lightweight Rust log library with support for log level" keywords = ["log", "logger","logging"] categories = ["development-tools::debugging"] repository = "https://github.com/bachuetech/bt_logger.git" readme = "README.md" homepage = "https://github.com/bachuetech/bt_logger" license = "GPL-3.0-only" [dependencies] chrono = "0.4.38" lazy_static = "1.5.0"