roc/crates/tracing/Cargo.toml

13 lines
391 B
TOML
Raw Normal View History

[package]
name = "roc_tracing"
version = "0.0.1"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
edition = "2021"
description = "Utilities for setting up tracing at various executable entry points."
[dependencies]
tracing = { version = "0.1.36", features = ["release_max_level_off"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
2022-08-23 23:37:33 +03:00
tracing-appender = "0.2.2"