Instrument the code.

This commit is contained in:
Tom Alexander
2023-03-27 15:08:29 -04:00
parent 5db4e07c99
commit a77d2655bd
6 changed files with 26 additions and 30 deletions

View File

@@ -13,6 +13,6 @@ path = "src/main.rs"
[dependencies]
nom = "7.1.1"
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
tracing-subscriber = {version="0.3.16", features=["env-filter"]}
[features]