From e044c796405c1800289160cb50d295cf2eda76cf Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sun, 17 Nov 2024 16:37:07 +0000 Subject: anyhow backtrace feature enabled workspace-wide --- rust/Cargo.lock | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rust/Cargo.lock') diff --git a/rust/Cargo.lock b/rust/Cargo.lock index b809931..ce690fa 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -30,6 +30,7 @@ dependencies = [ "actualbudget_schema", "anyhow", "diesel", + "libsqlite3-sys", ] [[package]] @@ -83,6 +84,9 @@ name = "anyhow" version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +dependencies = [ + "backtrace", +] [[package]] name = "async-stream" -- cgit v1.2.3