summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
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" }