summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-11-17 16:37:07 +0000
committerJoe Carstairs <me@joeac.net>2024-11-17 16:37:22 +0000
commite044c796405c1800289160cb50d295cf2eda76cf (patch)
tree0d94a04fb8cb19b49aeeeddab0f11cf4abe93b57 /rust/Cargo.toml
parent035bc0d449e16cbbcd275dc19bc7b6c3ac4a1153 (diff)
anyhow backtrace feature enabled workspace-wide
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 0bb2d0e..b973b7d 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -12,7 +12,7 @@ members = [
resolver = "2"
[workspace.dependencies]
-anyhow = { version = "1.0.0" }
+anyhow = { version = "1.0.0", features = ["backtrace"] }
chrono = { version = "0.4.38" }
cfg-if = "1.0.0"
derive_builder = { version = "0.20.2" }