tracing-setup 1.0.4

this crate helps us configure tracing for a rust project. It is designed to be used with the `traced-test` crate
Documentation
1
2
3
4
5
6
7
default: test

build:
	cargo build

test:
	cargo test