diff options
Diffstat (limited to 'cli/template/Cargo.toml')
| -rw-r--r-- | cli/template/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/template/Cargo.toml b/cli/template/Cargo.toml index 41f977e..984b550 100644 --- a/cli/template/Cargo.toml +++ b/cli/template/Cargo.toml @@ -30,8 +30,13 @@ all = { level = "warn", priority = -1 } [dependencies] anyhow = "=1.0.100" clap = { version = "=4.5.53", features = ["derive"] } +{% if project-diagnosis == "log" -%} env_logger = "=0.11.8" log = "=0.4.28" +{% else -%} +tracing = "=0.1.41" +tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] } +{% endif %} # # profiles |