[package] name = "rust_logging" version = "1.1.0" edition = "2021" authors = ["LĂ©opold Koprivnik Ibghy, @SkwalExe "] description = "A couple of functions to make logging in Rust easier." documentation = "https://github.com/SkwalExe/rust-logging#readme" readme = "README.md" homepage = "https://github.com/SkwalExe/rust-logging" repository = "https://github.com/SkwalExe/rust-logging" license = "MIT" keywords = ["rust", "logging", "rust-logging", "logger"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] isatty="0.1.9"