[package] authors = ["Braden Steffaniak"] categories = ["development-tools"] description = "MoosicBox logging package" edition = "2021" keywords = ["log", "logger", "logging"] license = "MPL-2.0" name = "moosicbox_logging" readme = "README.md" repository = "https://github.com/MoosicBox/MoosicBox" version = "0.1.0" [dependencies] moosicbox_config = { version = "0.1.0", path = "../config", default-features = false } moosicbox_env_utils = { version = "0.1.0", path = "../env_utils", default-features = false } free_log_client = { workspace = true } log = { workspace = true } thiserror = { workspace = true } [features] fail-on-warnings = []