mirror of
https://github.com/facebook/sapling.git
synced 2024-12-28 23:54:12 +03:00
7a12c33163
Summary: The tracing / env_logger integration works for hg as a binary. However I'd also like to use it in library tests. This crate makes it easier to do so. Reviewed By: xavierd Differential Revision: D20286507 fbshipit-source-id: f5bf3288ce950591ddfe64b524ad51ce21ee4099
14 lines
210 B
TOML
14 lines
210 B
TOML
[package]
|
|
name = "dev-logger"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
ctor = "0.1"
|
|
env_logger = "0.7"
|
|
tracing = "0.1"
|
|
tracing-collector = { path = "../tracing-collector" }
|
|
|
|
[[example]]
|
|
name = "test"
|