diff options
Diffstat (limited to 'rust/Cargo.lock')
| -rw-r--r-- | rust/Cargo.lock | 4 |
1 files changed, 4 insertions, 0 deletions
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" |
