diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-17 16:37:07 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-17 16:37:22 +0000 |
| commit | e044c796405c1800289160cb50d295cf2eda76cf (patch) | |
| tree | 0d94a04fb8cb19b49aeeeddab0f11cf4abe93b57 /rust/Cargo.toml | |
| parent | 035bc0d449e16cbbcd275dc19bc7b6c3ac4a1153 (diff) | |
anyhow backtrace feature enabled workspace-wide
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 2 |
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" } |
