diff --git a/core/mvcc/database/Cargo.toml b/core/mvcc/database/Cargo.toml index 3044bc809..920ead0ad 100644 --- a/core/mvcc/database/Cargo.toml +++ b/core/mvcc/database/Cargo.toml @@ -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"] }