changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/logger/Cargo.toml

changeset 698: 96958d3eb5b0
parent: 611060cba9f0
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 [package]
2 name = "logger"
3 version = "0.1.0"
4 authors = ["ellis"]
5 edition = "2018"
6 description = "Logging Modules"
7 documentation = "https://docs.rwest.io/logger"
8 repository = "https://hg.rwest.io/rlib"
9 publish = ["crater"]
10 
11 [dependencies]
12 log = { version = "0.4", features = ["kv_unstable"] }
13 flexi_logger = { version = "0.27", features = ["async", "colors"] }
14 tracing = "0.1.40"
15 tracing-subscriber = "0.3.18"