[go: up one dir, main page]

forc-tracing 0.45.0

Tracing utility shared between forc crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "forc-tracing"
version = "0.45.0"
description = "Tracing utility shared between forc crates."
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
ansi_term = "0.12"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["ansi", "env-filter", "json"] }