summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9c437fd4..36845812 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,10 +51,12 @@ unicode-xid = "0.2"
unscanny = "0.1"
usvg = { version = "0.22", default-features = false, features = ["text"] }
xmp-writer = "0.1"
+tracing = "0.1.37"
indexmap = "1.9.3"
+stacker = "0.1.15"
[profile.dev]
-debug = 0
+debug = false
[profile.dev.package."*"]
opt-level = 2