changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 8: 1227f932b628
child: 55fbe0e45b62
author: ellis <ellis@rwest.io>
date: Tue, 17 Oct 2023 20:36:37 -0400
permissions: -rw-r--r--
description: rust import
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.14", features = ["kv_unstable"] }
13 flexi_logger = { version = "0.19", features = ["async", "colors", "atty"] }