1
0
Fork 0
firefox/xpcom/rust/gecko_logger/Cargo.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
415 B
TOML

[package]
name = "gecko_logger"
version = "0.1.0"
authors = ["nobody@mozilla.com"]
edition = "2018"
license = "MPL-2.0"
[dependencies]
lazy_static = "1"
log = {version = "0.4", features = ["release_max_level_info"]}
env_logger = {version = "0.10", default-features = false, features = ["color"]} # disable `regex` to reduce code size
app_services_logger = { path = "../../../services/common/app_services_logger" }