show env_logger working in wiggle tracing example

This commit is contained in:
Pat Hickey
2020-06-02 17:46:31 -07:00
parent 33a94ca7d5
commit 1b95b24686
3 changed files with 52 additions and 44 deletions

View File

@@ -12,12 +12,13 @@ include = ["src/**/*", "LICENSE"]
[dependencies]
proptest = "0.9"
wiggle = { path = ".." }
wiggle = { path = "..", features = ["tracing_log"] }
[dev-dependencies]
thiserror = "1.0"
tracing = "0.1.14"
tracing-subscriber = "0.2.4"
env_logger="0.7"
[badges]