diff options
| author | Sébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com> | 2023-04-23 14:33:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-23 14:33:56 +0200 |
| commit | 561ff979d574f496415c0499345d41da2e1f6e1e (patch) | |
| tree | 037479ac000bd87a1cb2149e5389b28f08d24051 /cli/Cargo.toml | |
| parent | 2fbb14f712708188649181525813b3ac5a02e0fb (diff) | |
Add instrumentation (Part 1) (#761)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 768c6053..7719874d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -34,6 +34,12 @@ siphasher = "0.3" walkdir = "2" clap = { version = "4.2.1", features = ["derive", "env"] } open = "4.0.1" +tracing = "0.1.37" +tracing-subscriber = "0.3.16" +tracing-flame = "0.2.0" +tracing-error = "0.2" +inferno = "0.11.15" +tempfile = "3.5.0" [build-dependencies] clap = { version = "4.2.1", features = ["derive", "string"] } |
