add tracing

This commit is contained in:
Piotr Sarna
2023-04-14 09:30:28 +02:00
parent bc7269a776
commit 05ee98971b

View File

@@ -7,6 +7,7 @@ edition = "2021"
anyhow = "1.0.70"
rustyline = "11.0.0"
thiserror = "1.0.40"
tracing = "0.1.37"
[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }