aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b39a4f59..b860e40a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,6 +59,17 @@ clap = { version = "3.1.10", features = ["derive"] }
clap_complete = "3.1.1"
fs-err = "2.7"
+
+[dependencies.tracing-subscriber]
+version = "0.3"
+default-features = false
+features = [
+ "ansi",
+ "fmt",
+ "registry",
+ "env-filter",
+]
+
[profile.release]
lto = "fat"
codegen-units = 1